Create a scheduled task to run a Windows BAT or CMD file. Have the file call an ftp script similar to the following:
open ftp.corp.com (<- change to destination host name) user anonymous (<- change to appropriate user name) mailuser@corp.com (<- change to password for specified user) cd /put-test/data (<- where to put data) bin (<- filetype bin for binary) hash (<- displays hashmarks on screen to show progress) put file.tst (<- put appropriate filename here) quit
Last Wiki Answer Submitted: Aug 4, 2008 9:39 PM (GMT) by Labnuke99 32,405 pts.