Dec 18, 2003 #1 zfang Programmer Apr 3, 2002 23 US Hi: I want to write an automated ftp script on Windows. Could anyone share an example? Thanks a lot in advance. George
Hi: I want to write an automated ftp script on Windows. Could anyone share an example? Thanks a lot in advance. George
Dec 18, 2003 #2 inssain96 MIS Dec 4, 2002 20 US zFang, try: ftp -s:filename.txt Create a text file with all the commands (one per line) you want to execute from the FTP server. Take a look at the other options by running ftp -h. -Alex Upvote 0 Downvote
zFang, try: ftp -s:filename.txt Create a text file with all the commands (one per line) you want to execute from the FTP server. Take a look at the other options by running ftp -h. -Alex
Dec 19, 2003 Thread starter #3 zfang Programmer Apr 3, 2002 23 US Thanks a lot Alex. Have a nice day. George Upvote 0 Downvote