- Aug
- 171
- 5
I might not be doing something right, but I can't seem to get the FTP.CFG file to work as specified in the documentation. I've added my FTP site to it in the format specified:
If I execute a dir command as follows it works:
But when I use the following it doesn't:
Or really any variant involving either the alias or the full blown site. For example, this also fails:
In short, I seem to have to include the user ID and password explicitly in every command line for such commands to work. Help?!
ftp://myftpsite.com (alias) userid password
If I execute a dir command as follows it works:
dir "ftp://userid:[email protected]/*"
But when I use the following it doesn't:
dir "ftp://alias/*"
Or really any variant involving either the alias or the full blown site. For example, this also fails:
dir "ftp://myftpsite.com/*"
In short, I seem to have to include the user ID and password explicitly in every command line for such commands to work. Help?!