Dec 18, 2003 #1 zfang Programmer Joined Apr 3, 2002 Messages 23 Location 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 Joined Dec 4, 2002 Messages 20 Location 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 Joined Apr 3, 2002 Messages 23 Location US Thanks a lot Alex. Have a nice day. George Upvote 0 Downvote