Nov 4, 2004 #1 wchuacs MIS Oct 12, 2000 21 US Hi, I would like to find the command in Win2K dos on the FTP utility in one command line with user/password auto-login to one ftp site (win2k also) Then I will embeded into a DOS script to do a hugh 700GB files transfer job. anyone has any idea? thanks, CS
Hi, I would like to find the command in Win2K dos on the FTP utility in one command line with user/password auto-login to one ftp site (win2k also) Then I will embeded into a DOS script to do a hugh 700GB files transfer job. anyone has any idea? thanks, CS
Nov 5, 2004 #2 Serbtastic Vendor Feb 17, 2003 1,206 CA use ftp -s:filename where filename is a file with a list of ftp commands to run. See the ftp command help in W2K for more info. Upvote 0 Downvote
use ftp -s:filename where filename is a file with a list of ftp commands to run. See the ftp command help in W2K for more info.