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: Mauro Date: March 26, 2000 at 22:41:03 Pacific
Comment:
how can make a batch file from win98 dos mode for transfer file on remote PC by FTP mode ?
Summary: Can anyone tell me how to make an ftp batch file that automatically puts in the user and the password? the ftp server is a sco unix box Thanks in advance! Matt...
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 ...