From a Windows XP computer, I am looking to create a batch file to automate an FTP Login and FTP copy of multiple files at one time up to an FTP Server.
I had posted this issue before a while back but didn't get around to testing the solutions offered.
Below is the link to one of the solutions offered. I tried the open command and got an error. The other option uses a .scr file along with the FTP -S and FTP -N
Any ideas on how I an acomplish all within the .bat file and not have to call a .scr file? Thanks.
http://support.microsoft.com/kb/96269
open hostname.com
user
guest
guest
It also talks about ftp -s:test.scr
and using ftp -n option as well.
For the ftp -n -s:file.txt where do I specify the hostname of the ftp server ?