Ah, OK - thanks. I havent seen this ... :roll:
Thank you, i will try it ...
best regards from germany.
Thank you, i will try it ...
best regards from germany.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
How is see, i can ONLY set the timeout in the commandline.
#
# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect
open XXXXXXXXXX
# Force binary mode transfer
option transfer binary
cd /EARN/outbox/
get *.* C:\Inetpub\ftproot\Eingang\
rm *.*
cd /EARN/inbox/
put C:\Inetpub\ftproot\Ausgang\*.* ./
# Disconnect
close
# Exit WinSCP
exit
. 2009-07-08 12:30:01.040 Using SSH protocol version 2
. 2009-07-08 12:30:01.072 Doing Diffie-Hellman group exchange
. 2009-07-08 12:30:01.150 Doing Diffie-Hellman key exchange with hash SHA-1
. 2009-07-08 12:30:01.244 Host key fingerprint is:
. 2009-07-08 12:30:01.244 ssh-rsa 1024 de:ee:7e:fe:30:2c:bd:95:1d:00:94:d4:90:ba:d5:94
. 2009-07-08 12:30:01.244 Initialised AES-128 SDCTR client->server encryption
. 2009-07-08 12:30:01.244 Initialised HMAC-SHA1 client->server MAC algorithm
. 2009-07-08 12:30:01.244 Initialised AES-128 SDCTR server->client encryption
. 2009-07-08 12:30:01.244 Initialised HMAC-SHA1 server->client MAC algorithm
! 2009-07-08 12:30:01.322 Using username "XXXXX".
. 2009-07-08 12:30:26.337 Waiting for data timed out, asking user what to do.
. 2009-07-08 12:30:26.337 Asking user:
. 2009-07-08 12:30:26.337 Der entfernte Rechner hat seit 25 Sekunden nicht geantwortet.
. 2009-07-08 12:30:26.337
. 2009-07-08 12:30:26.337 Weitere 25 Sekunden warten? ()
. 2009-07-08 12:30:26.337 Attempt to close connection due to fatal exception:
* 2009-07-08 12:30:26.337 Abgebrochen durch Benutzer.
. 2009-07-08 12:30:26.337 Closing connection.