FTP Files Automatically in Windows Script
1. Connect to the host (ftp.somesite.com)
2. Send the username and password (administrator/Password1997)
3. Send the file (c:\logs\backups.log)
4. Disconnect
In FTP commands this converts to:
open ftp.somesite.com
administrator
Password1997
bin
put c:\Logs\Backup.log
quit
http://www.intelliadmin.com/blog/2007/09/ftp-files-automatically.html
Leave a Reply
You must be logged in to post a comment.