thanks to all - worked beautiful! Duane
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lich, Brian M. Sent: Tuesday, July 09, 2002 11:41 AM To: NT 2000 Discussions Subject: RE: Batch FTP Commands Here is what I do: The line below you want to put into a batch file (The -s tells it which script to use): ftp -s:somescript.scr Contents of somescript.scr open somewhere.com username password cd /home/wwww hash get file bye You want to put both the batch file and script in the directory where you would like the files you are FTPing to go. Hope this helps... Brian -----Original Message----- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 10:37 AM To: NT 2000 Discussions Subject: Batch FTP Commands Hi All, Does anyone have a sample batch file that they wouldn't mind sharing that does FTP? I cant seem to figure out how to pass the username and password ftp and then specifying what files to transfer. Anyone have samples? TIA, Duane ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to %%email.unsub%% ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to %%email.unsub%% ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
