Create a scheduled task to run a Windows BAT or CMD file. Have the file call an ftp script similar to the following:
<b>open ftp.corp.com</b> (<- change to destination host name)
<b>user</b>
<b>anonymous</b> (<- change to appropriate user name)
<b>mailuser@corp.com</b> (<- change to password for specified user)
<b>cd /put-test/data</b> (<- where to put data)
<b>bin</b> (<- filetype bin for binary)
<b>hash</b> (<- displays hashmarks on screen to show progress)
<b>put file.tst</b> (<- put appropriate filename here)
<b>quit</b>
Last Wiki Answer Submitted: August 4, 2008 9:39 pm by Labnuke9932,720 pts.
All Answer Wiki Contributors: Labnuke9932,720 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.