Timeout waiting for external console - transfer large file
I have read the article about
"Timeout waiting for external console to complete the command." in the common errors section.
But I am not sure that this applies for what I have envountered here:
Environment:
WinSCP Version 4.2.7 (Build 758) (OS 5.2.3790 Service Pack 2)
Situation: synch directory from a remote SFTP Server to a local directory.
The remote directory contains a very large file (~200MB)
This fails with the above error message mentioned.
Any ideas why this is happening?
this is the procedure:
I run a windows batch file interactively which:
- creates the WinSCP script
- runs WinSCP with the batch file as parameter.
This is the WinSCP script:
option batch abort
option confirm off
open xxxfru
ascii
#
# monthly files
#
lcd C:\Inetpub\ftproot\XXXFru\
cd /DMS/Outbound/FRU/
synchronize local -criteria=time
#
# full files
#
lcd C:\Inetpub\ftproot\XXXFru\FRUFULL
cd /DMS/Outbound/FRU/FRUFULL
synchronize local -criteria=time
exit
This shows on the Windows command window when running the batch file:
Active session: [1] XXXFRU
transfer ascii
C:\Inetpub\ftproot\XXXFru
/DMS/Outbound/FRU
Comparing...
Local 'C:\Inetpub\ftproot\XXXFru\FRUFULL' <= Remote '/DMS/Outbound/FRU/FRUFULL'
Synchronizing...
Local 'C:\Inetpub\ftproot\XXXFru\FRUFULL' <= Remote '/DMS/Outbound/FRU/FRUFULL'
ofraw03.txt | 15675 KiB | 80.9 KiB/s | ascii | 7%
Copying files from remote side failed.
Copying files from remote side failed.
Timeout waiting for external console to complete the command.
XXX FRU files Download failed
----
"Timeout waiting for external console to complete the command." in the common errors section.
But I am not sure that this applies for what I have envountered here:
Environment:
WinSCP Version 4.2.7 (Build 758) (OS 5.2.3790 Service Pack 2)
Situation: synch directory from a remote SFTP Server to a local directory.
The remote directory contains a very large file (~200MB)
This fails with the above error message mentioned.
Any ideas why this is happening?
this is the procedure:
I run a windows batch file interactively which:
- creates the WinSCP script
- runs WinSCP with the batch file as parameter.
This is the WinSCP script:
option batch abort
option confirm off
open xxxfru
ascii
#
# monthly files
#
lcd C:\Inetpub\ftproot\XXXFru\
cd /DMS/Outbound/FRU/
synchronize local -criteria=time
#
# full files
#
lcd C:\Inetpub\ftproot\XXXFru\FRUFULL
cd /DMS/Outbound/FRU/FRUFULL
synchronize local -criteria=time
exit
This shows on the Windows command window when running the batch file:
Active session: [1] XXXFRU
transfer ascii
C:\Inetpub\ftproot\XXXFru
/DMS/Outbound/FRU
Comparing...
Local 'C:\Inetpub\ftproot\XXXFru\FRUFULL' <= Remote '/DMS/Outbound/FRU/FRUFULL'
Synchronizing...
Local 'C:\Inetpub\ftproot\XXXFru\FRUFULL' <= Remote '/DMS/Outbound/FRU/FRUFULL'
ofraw03.txt | 15675 KiB | 80.9 KiB/s | ascii | 7%
Copying files from remote side failed.
Copying files from remote side failed.
Timeout waiting for external console to complete the command.
XXX FRU files Download failed
----