I am trying to automate an FTP transfer using a batch file in win xp. I am having trouble getting my batch file to run the script (which is a .txt file) to automatically log into the FTP server, transfer the files, then quit.
I see that I need to use the following sequence:
-s:filename
in my batch file to run the script. Problem is my batch file cannot find the script file. How do I make the connection?