|
Here is one approach.
Write a batch file that uses WS_FTP in command
line mode to transfer your file, and then execute it.
Schedule the batch file using the "at" command or
the Windows Scheduler.
e.g. This 2-line batch file (excluding comments)
downloads a file then executes it. (the first line is really
long)
; download the file
; ---------------- "C:\program files\WS_FTP Pro\wsftppro" -s webs:/users/rglade/fileprop.exe -d local:c:\download\fileprop.exe ; execute the file
; ---------------- c:\download\fileprop This assumes you have a site named
"webs".
Caveats. WS_FTP must NOT be running when the
batch file executes. If WS_FTP is not running, then the batch file will
start WS_FTP and wait on it to exit. If WS_FTP is already running, the
command will be handed over to the already running process, and the batch
file will continue on immediately.
--Claude
|
- [WS_FTP Forum] Scheduler Steve
- RE: [WS_FTP Forum] Scheduler Richard L Hedrick
- Re: [WS_FTP Forum] Scheduler Steve
- Re: [WS_FTP Forum] Scheduler Paul Lupo
- RE: [WS_FTP Forum] Scheduler Richard L Hedrick
- RE: [WS_FTP Forum] Scheduler Claude Edwards
- RE: [WS_FTP Forum] Scheduler Jonathan G. Lampe
