FTP Automation
Make a text file that contains your ftp instructions…
OPEN my.ftp.com
mylogin
mypassword
binary
MPUT mylog.rar
BYE
Make a bat file that executes it…
ftp -i -s:C:script_daily.txt
Make a text file that contains your ftp instructions…
OPEN my.ftp.com
mylogin
mypassword
binary
MPUT mylog.rar
BYE
Make a bat file that executes it…
ftp -i -s:C:script_daily.txt