Re: GetFile Error (General questions)
Chris,
are you sure you use absolute paths (/home/joe/something...)?
There is FTPReply event, can you add code like this to it:
Debug.Print Command & & ReplyText
and then copy/paste me contents of debug window. This will tell me what is going on under the hood (commands and responses). Beware: your login/pass may be inside that debug window!
Kreso