FTP Script file - TechRepublic
General discussion
February 17, 2005 at 07:36 AM
daygo_171

FTP Script file

by daygo_171 . Updated 14 years, 2 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