Anonymous FTP
How do I use anonymous FTP? I cannot find a tick box or place to specify "login anonymously" option, though the host is set to use FTP.
Advertisement
Advertisement
Please post a full log file showing the problem.Just found WinSCP and really like it, but when I try to connect to this site I only get:
Connection failed.
Syntax error in parameters or arguments.
Advertisement
Thanks for your post.I used this when scripting using synchronize command for anonymous FTP:
open ftp://anonymous:@wireless.fcc.gov
Notice the 'anonymous' user name before the colon, nothing between the : and @ means the password is left blank. Without this the script halts. I think FTP should not halt, or a new option to open should be created to use anon instead of requiring authentication syntax for sites that don't require any authentication (public data).
Advertisement
You can post new topics in this forum