Jump to content
Macro Express Forums

FTP GET error: "Can't check for file existence"


geodosch

Recommended Posts

I have a macro that I've been using for years which downloads a file from an FTP site.  Recently it stopped working, and upon debugging I discovered that when it performs an FTP GET, the result string is "Can't check for file existence".  However, it can connect to the site and list the files.  Here are the relevant steps in the macro:

 

  1. FTP Connect
  2. FTP List Directory
  3. Check variable from 'List' to make sure it contains expected filename
  4. FTP Get File
  5. If Not File Exists (downloaded file) generate error & abort macro

 

In step 4 the return string is "Can't check for file existence".  I am able to perform the FTP download via FileZilla, and also from a command line using the native Windows 10 ftp client.

 

I found a post on another site which appears to be related to this error.  It's possible that ME is attempting to perform a validation prior to the actual GET command, which is resulting in an error, though that step is unnecessary.  I did update to the most current ME 3 version (from 11a to 11b), but this had been working with the 11a version.  It's possible a Windows update broke this functionality.

Link to comment
Share on other sites

  • 4 weeks later...

As an addendum, although I have rarely posted to this forum (or relied upon it because I have not had to), I have been using the FTP commands referenced above in ME3 since 2003 and only recently am getting the FTP "Can't check for file existence" error and a result that the specified file is either not downloaded from the FTP site or deleted from the FTP site.   That this error message appears, given no change in computers, OS, ISP or remote  server, is perplexing.    

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...