![]() |
Does anyone know how to do this with FTP
I cant figure out how to set up or if there is software available to automatically ftp out a local file on win 2003 server every hour up to a linux server....
anyone have any ideas? |
bump.....
|
schedule command and a little scripting
|
Can't do it on a FTP program and linear FTP will make the file jacked.
Solution: cron job on Linux executes a script on Linux that uses http to get the file from script on Win, but checking the file for acsii to reformat for linux ascii file In all, two scripts and one cron. cost $200 contact tube at econfirmpro dot com |
It actually is very much possible...
First, create a new text file with the following contents: Code:
open ftp.yourdomain.com Now, open up a administrative command prompt and run the following command: Code:
schtasks /create /tn "FTP Backup" /tr "ftp -s:c:\ftp.txt" /sc MINUTE /mo 60 If all goes well, you should see a message saying "SUCCESS: The scheduled task "FTP Backup" has successfully been created." |
Quote:
|
cron >> only way (securely).
|
Quote:
|
WS-FTP has a scheduler feature that will do that.
|
All times are GMT -7. The time now is 06:51 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123