scripting syntax to connect to FTP
access denied
authentication failed
This is what I have in my batch file (with a different user/pw, of course). While reading over the command line instructions, I did not see an example that had a user id and password for FTP. There are examples for FTPS and SFTP. Is there a different syntax for FTP?
option batch abort option confirm off open ftp://username:password@ftpserver.com