View Single Post
  #1  
Old 10-12-2004, 09:44 AM
GrahamS GrahamS is online now
Registered User
 
Join Date: 12-26-2003
Posts: 16
Problems with FTP

I'm trying to do an FTP get with wild cards (in binary mode) but I get an error:

Error transferring file(s) '/mydir/myfile*': Unable to access file on server (/mydir/myfile*: No such file or directory. )
Step 'Get files' failed

There are only two files myfile.so and myfiled.so

If I do them as two separate steps it works fine.

Any ideas what is going wrong?
Reply With Quote