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: WinSCP Blocked

I have sent you an email.
sbeltrami

Re: WinSCP Blocked

martin wrote:

What does your script look like?


we call:
winscp.exe SessionName /ini=WinSCP.ini /console /script=get.txt

Script file (get.txt) has the following commands:
option batch continue
option exclude *.tif<100b
option confirm off
option transfer binary
cd destinationfolder
get -delete *.tif destinationfolder
close
exit

where destinationfolder is a local path (ex: D:\....)

Thanks
martin

Re: WinSCP Blocked

What does your script look like?
sbeltrami

WinSCP Blocked

I have this problem below :
"
150 Opening BINARY mode data connection for 5871498.tif(58195 bytes).
. 2011-06-10 17:10:52.024 Timeout detected.
. 2011-06-10 17:10:52.024 Copying files from remote side failed.
. 2011-06-10 17:10:52.024 Got reply 1004 to the command 4
. 2011-06-10 17:10:52.024 Connection was lost, asking what to do.
. 2011-06-10 17:10:52.024 Asking user:
. 2011-06-10 17:10:52.024 Lost connection. ("Timeout detected.","Copying files from remote side failed.","Opening BINARY mode data connection for 5871498.tif(58195 bytes).")
< 2011-06-10 17:10:58.275 Script: Connecting to XXX.XXX.XXX.XXX ...
. 2011-06-10 17:10:58.275 Connecting to XXX.XXX.XXX.XXX ...
. 2011-06-10 17:11:19.213 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
. 2011-06-10 17:11:19.213 Connection failed.
. 2011-06-10 17:11:19.213 Got reply 1004 to the command 1
. 2011-06-10 17:11:19.213 Connection was lost, asking what to do.
. 2011-06-10 17:11:19.213 Asking user:
. 2011-06-10 17:11:19.213 Connection failed. ("A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.","Connection failed.")
. 2011-06-10 17:11:25.463 Getting current directory name.
"
it is a script and process winscp.exe does not exit with error but it remains hold without any response.
Can anyone halp me?