Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Server Time Out Problem

Please read FAQ.
Guest

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