Keepalive option for script
Hi!!
First of all, thanks for your work, this little program has been a great help...
I am trying to solve this issue. I am using winscp to connect to a Linux server from a Windows2003 server machine. When I connect with the GUI interface, the connection process takes about 25 seconds (the server I am connecting to is a production server with a lot of traffic)... but it finally connects.
When I try to connect and download a file using a script, the connection drops past 3 seconds...
Is there a way to use a keepalive option in the script???
Here is the script I am using:
option batch on
option confirm off
open intpap:[email protected]
cd /home/intpap
option transfer ascii
get XXINVREP.txt C:
close
exit
Thanks in advanced!!
First of all, thanks for your work, this little program has been a great help...
I am trying to solve this issue. I am using winscp to connect to a Linux server from a Windows2003 server machine. When I connect with the GUI interface, the connection process takes about 25 seconds (the server I am connecting to is a production server with a lot of traffic)... but it finally connects.
When I try to connect and download a file using a script, the connection drops past 3 seconds...
Is there a way to use a keepalive option in the script???
Here is the script I am using:
option batch on
option confirm off
open intpap:[email protected]
cd /home/intpap
option transfer ascii
get XXINVREP.txt C:
close
exit
Thanks in advanced!!