Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP batch file
Name: Matt Date: November 7, 2000 at 11:29:51 Pacific
Comment:
Can anyone tell me how to make an ftp batch file that automatically puts in the user and the password?
Summary: Is it possible to pass a parameter from one batch file to another whilst using the ftp command? E.g. Batch1.bat ftp -i -s:C:\batch2.bat Batch2.bat open 199.000.011.99 username password quote site name...
Summary: I'm trying to write a DOS batch file that will determine which files are in a directory on a remote unix box and then write a ftp script go 'get' each of the files. So far I have writen a script that ...