FTP Script File - TechRepublic
General discussion
February 17, 2005 at 08:00 AM
daygo_171

FTP Script File

by daygo_171 . Updated 21 years, 4 months ago

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?

This discussion is locked

All Comments