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 script
Name: pkigonya Date: August 27, 2003 at 14:30:42 Pacific OS: MS Windows 2000 CPU/Ram: x86 Intel 667 Mhz
Comment:
Need to know if I can create a small script or program that allows me to highlight file/files with my mouse on my PC, right click and then choose to ftp the files to a remote location. Can someone help me with a code and explanation of the code. Thanx
Summary: When the FTP completes successfully the FIND command searching for string "RNTO command successful" generates a success transmission message. IT works when IT works... However, when I direct the FTP ...
Summary: If you use a DOS .BAT file to run the FTP script "ftp -i -s:yourftp.scp" you could choose a temporary file name for your "get" command "get sourcefile tempfile" and then handle the name conflict in DO...