I have a scheduled task to run a script created in WS_FTPPRO and when the scheduled time occurs, the WS_FTPPRO Application opens, but the "Connect to Remote Host" window opens on the correct site, but the "Connect" button is highlighted and the connection does not occur. What is wrong?
Here is a sample of the task:
"C:\Program Files\WS_FTP Pro\wsftppro.exe" -f "C:\Program Files\WS_FTP Pro\test.scp"
and Here is the script:
TRACE D:\Group\TestOut\TRACE\transfertrace.txt
LOG D:\Group\TestOut\LOG\transferlog.txt
USER zzzzzzzzzz
PASS yyyyyyyyyy
CONNECT xxx.xxx.xxx.xxx
ONSUCCESS GOTO FILEDELETE
LCD D:\Group\TestOut
ONERROR GOTO DISCONNECT
LABEL FILEDELETE
CWD Inbound
MPUT *.txt
SHELL D:\Group\Test\BKUP.BAT
LABEL DISCONNECT
CLOSE
Any suggestions would be appreciated.
Thanks