Server Time Out Problem
This is the script that i am using
option batch on
option confirm off
open sftp://user:pass@172.19.152.89:22
lcd C:\DOCS\
cd /home10/excer/Docs
option transfer ascii
get abcedsd.htm
close
exit
Is there any way to set the timeout from this script.
please advise
option batch on
option confirm off
open sftp://user:pass@172.19.152.89:22
lcd C:\DOCS\
cd /home10/excer/Docs
option transfer ascii
get abcedsd.htm
close
exit
Is there any way to set the timeout from this script.
please advise