SFTP Upload from China via .NET interface

Advertisement

StephanK
Guest

SFTP Upload from China via .NET interface

Hello together,

I am not sure if this is the right forum, but I will give it a try.
I have written an application to automatically upload files to an SFTP server.
My application uses the .NET dll via COM, because my C++ Compiler (Embarcadero ex Borland) can not handle .NET.
The SFTP server location is in Germany, and we can upload large files. I have tested with an slow Internet connection 150 MB in 50 minutes, without problems.
My problem is, that out customer is sitting in China, and he tried to upload 100MB without success.
Has anybody experiences like this?
In the log file I saw that I should turn of the "Optimize connection buffer size", I have done this without success.
. 2014-07-23 14:15:30.638 Binary transfer mode selected.
. 2014-07-23 14:15:30.638 Checking existence of file.
> 2014-07-23 14:15:30.638 Type: SSH_FXP_LSTAT, Size: 88, Number: 775
< 2014-07-23 14:15:30.903 Type: SSH_FXP_STATUS, Size: 108, Number: 775
< 2014-07-23 14:15:30.903 Status code: 2
. 2014-07-23 14:15:30.903 Checking existence of partially transfered file.
> 2014-07-23 14:15:30.903 Type: SSH_FXP_LSTAT, Size: 97, Number: 1031
< 2014-07-23 14:15:31.153 Type: SSH_FXP_STATUS, Size: 117, Number: 1031
< 2014-07-23 14:15:31.153 Status code: 2
. 2014-07-23 14:15:31.153 Opening remote file.
> 2014-07-23 14:15:31.153 Type: SSH_FXP_OPEN, Size: 110, Number: 1283
< 2014-07-23 14:15:31.403 Type: SSH_FXP_HANDLE, Size: 11, Number: 1283
> 2014-07-23 14:15:31.403 Type: SSH_FXP_WRITE, Size: 4119, Number: 1798
. 2014-07-23 14:30:47.169 Waiting for dispatching send buffer timed out, asking user what to do.
. 2014-07-23 14:30:47.169 Asking user:
. 2014-07-23 14:30:47.169 **Host is not communicating for 15 seconds.
. 2014-07-23 14:30:47.169 
. 2014-07-23 14:30:47.169 Wait for another 15 seconds?** ()
< 2014-07-23 14:30:47.169 Script: Host is not communicating for more than 15 seconds.
< 2014-07-23 14:30:47.169 Still waiting...
< 2014-07-23 14:30:47.169 Note: If the problem repeats, try turning off 'Optimize connection buffer size'.
< 2014-07-23 14:30:47.169 Warning: Aborting this operation will close connection!
. 2014-07-23 14:31:46.669 Attempt to close connection due to fatal exception:

Has anybody any advice?
Thank you in advance.
Regards Stephan

For security reasons I have changed some informations (user, server, IP, ...) in the log file below.
. 2014-07-23 14:15:21.638 --------------------------------------------------------------------------
. 2014-07-23 14:15:21.638 WinSCP Version 5.5.4 (Build 4433) (OS 5.1.2600 Service Pack 3 - Microsoft Windows XP)
. 2014-07-23 14:15:21.638 Configuration: nul
. 2014-07-23 14:15:21.638 Local account: Supplier-SERVER\Administrator
. 2014-07-23 14:15:21.638 Working directory: D:\SFTP\WinSCP
. 2014-07-23 14:15:21.638 Process ID: 11388
. 2014-07-23 14:15:21.638 Command-line: "D:\SFTP\WinSCP\winscp.exe" /xmllog="C:\Documents and Settings\Administrator.280071D71495455\Local Settings\Temp\wscp2C60.033C0D9D.tmp" /xmlgroups /nointeractiveinput /dotnet=554  /ini=nul /log="D:\SFTP\\WinSCP.log"  /console /consoleinstance=_11360_18643596_103
. 2014-07-23 14:15:21.638 Time zone: Current: GMT+8 (中国标准时间), No DST
. 2014-07-23 14:15:21.638 Login time: 2014年7月23日星期三 14:15:21
. 2014-07-23 14:15:21.638 --------------------------------------------------------------------------
. 2014-07-23 14:15:21.638 Script: Retrospectively logging previous script records:
> 2014-07-23 14:15:21.638 Script: option batch on
< 2014-07-23 14:15:21.638 Script: batch           on        
> 2014-07-23 14:15:21.638 Script: option confirm off
< 2014-07-23 14:15:21.638 Script: confirm         off       
> 2014-07-23 14:15:21.638 Script: open -hostkey="ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6" -timeout=15 sftp://usr:***@sftp.xyz.de -rawsettings SendBuf="0"
. 2014-07-23 14:15:21.638 --------------------------------------------------------------------------
. 2014-07-23 14:15:21.638 Session name: usr@sftp.xyz.de (Ad-Hoc site)
. 2014-07-23 14:15:21.638 Host name: sftp.xyz.de (Port: 22)
. 2014-07-23 14:15:21.638 User name: usr (Password: Yes, Key file: No)
. 2014-07-23 14:15:21.638 Tunnel: No
. 2014-07-23 14:15:21.638 Transfer Protocol: SFTP
. 2014-07-23 14:15:21.638 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2014-07-23 14:15:21.638 Proxy: none
. 2014-07-23 14:15:21.638 Send buffer: 0
. 2014-07-23 14:15:21.638 SSH protocol version: 2; Compression: No
. 2014-07-23 14:15:21.638 Bypass authentication: No
. 2014-07-23 14:15:21.638 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2014-07-23 14:15:21.638 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2014-07-23 14:15:21.638 SSH Bugs: A,A,A,A,A,A,A,A,A,A
. 2014-07-23 14:15:21.638 Simple channel: Yes
. 2014-07-23 14:15:21.638 Return code variable: Autodetect; Lookup user groups: A
. 2014-07-23 14:15:21.638 Shell: default
. 2014-07-23 14:15:21.638 EOL: 0, UTF: 2
. 2014-07-23 14:15:21.638 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2014-07-23 14:15:21.638 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2014-07-23 14:15:21.638 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2014-07-23 14:15:21.638 Cache directory changes: Yes, Permanent: Yes
. 2014-07-23 14:15:21.638 DST mode: 1; Timezone offset: 0h 0m
. 2014-07-23 14:15:21.638 --------------------------------------------------------------------------
. 2014-07-23 14:15:21.638 Looking up host "sftp.xyz.de"
. 2014-07-23 14:15:21.653 Connecting to 139.139.139.139 port 22
. 2014-07-23 14:15:22.153 Server version: SSH-2.0-WS_FTP-SSH_7.6.2
. 2014-07-23 14:15:22.153 Using SSH protocol version 2
. 2014-07-23 14:15:22.153 We claim version: SSH-2.0-WinSCP_release_5.5.4
. 2014-07-23 14:15:22.403 Using Diffie-Hellman with standard group "group14"
. 2014-07-23 14:15:22.403 Doing Diffie-Hellman key exchange with hash SHA-1
. 2014-07-23 14:15:23.169 Verifying host key rsa2 0x23,0xabc2f04b47917d44 267124a8b467936d 84ad98c0c20c8d2d 994d8850c6ea12f3 68c06c031a1a10d0 1684f9b6dca7b1a6 e10707d31765c8a7 51e266a3ba807b8c 66c7ac85a9859ffb 71c286b844187590 67789d2f5f2136af 62d9480ee3bf42fc 1b89114add4bcef7 45cc89d10a66e84a d1760e7760a5c5b0 022b5273e92ac063  with fingerprint ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
. 2014-07-23 14:15:23.169 Host key matches configured key
. 2014-07-23 14:15:23.169 Host key fingerprint is:
. 2014-07-23 14:15:23.169 ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
. 2014-07-23 14:15:23.169 Initialised AES-256 SDCTR client->server encryption
. 2014-07-23 14:15:23.169 Initialised HMAC-SHA1 client->server MAC algorithm
. 2014-07-23 14:15:23.169 Initialised AES-256 SDCTR server->client encryption
. 2014-07-23 14:15:23.169 Initialised HMAC-SHA1 server->client MAC algorithm
! 2014-07-23 14:15:23.763 Using username "usr".
. 2014-07-23 14:15:24.106 Prompt (7, SSH password, , &Password: )
. 2014-07-23 14:15:24.106 Using stored password.
. 2014-07-23 14:15:24.106 Sent password
. 2014-07-23 14:15:24.403 Password authentication failed
! 2014-07-23 14:15:24.403 Access denied
. 2014-07-23 14:15:24.403 Prompt (7, SSH password, , &Password: )
. 2014-07-23 14:15:24.403 Disconnected: Unable to authenticate
. 2014-07-23 14:15:25.059 --------------------------------------------------------------------------
. 2014-07-23 14:15:25.059 WinSCP Version 5.5.4 (Build 4433) (OS 5.1.2600 Service Pack 3 - Microsoft Windows XP)
. 2014-07-23 14:15:25.059 Configuration: nul
. 2014-07-23 14:15:25.059 Local account: Supplier-SERVER\Administrator
. 2014-07-23 14:15:25.059 Working directory: D:\SFTP\WinSCP
. 2014-07-23 14:15:25.059 Process ID: 5912
. 2014-07-23 14:15:25.059 Command-line: "D:\SFTP\WinSCP\winscp.exe" /xmllog="C:\Documents and Settings\Administrator.280071D71495455\Local Settings\Temp\wscp2C60.033C0D9D.1.tmp" /xmlgroups /nointeractiveinput /dotnet=554  /ini=nul /log="D:\SFTP\\WinSCP.log"  /console /consoleinstance=_11360_33574638_233
. 2014-07-23 14:15:25.059 Time zone: Current: GMT+8 (中国标准时间), No DST
. 2014-07-23 14:15:25.059 Login time: 2014年7月23日星期三 14:15:25
. 2014-07-23 14:15:25.059 --------------------------------------------------------------------------
. 2014-07-23 14:15:25.059 Script: Retrospectively logging previous script records:
> 2014-07-23 14:15:25.059 Script: option batch on
< 2014-07-23 14:15:25.059 Script: batch           on        
> 2014-07-23 14:15:25.059 Script: option confirm off
< 2014-07-23 14:15:25.059 Script: confirm         off       
> 2014-07-23 14:15:25.059 Script: open -hostkey="ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6" -timeout=15 sftp://usr:***@sftp.xyz.de -rawsettings SendBuf="0"
. 2014-07-23 14:15:25.059 --------------------------------------------------------------------------
. 2014-07-23 14:15:25.059 Session name: usr@sftp.xyz.de (Ad-Hoc site)
. 2014-07-23 14:15:25.059 Host name: sftp.xyz.de (Port: 22)
. 2014-07-23 14:15:25.059 User name: usr (Password: Yes, Key file: No)
. 2014-07-23 14:15:25.059 Tunnel: No
. 2014-07-23 14:15:25.059 Transfer Protocol: SFTP
. 2014-07-23 14:15:25.059 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2014-07-23 14:15:25.059 Proxy: none
. 2014-07-23 14:15:25.059 Send buffer: 0
. 2014-07-23 14:15:25.059 SSH protocol version: 2; Compression: No
. 2014-07-23 14:15:25.059 Bypass authentication: No
. 2014-07-23 14:15:25.059 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2014-07-23 14:15:25.059 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2014-07-23 14:15:25.059 SSH Bugs: A,A,A,A,A,A,A,A,A,A
. 2014-07-23 14:15:25.059 Simple channel: Yes
. 2014-07-23 14:15:25.059 Return code variable: Autodetect; Lookup user groups: A
. 2014-07-23 14:15:25.059 Shell: default
. 2014-07-23 14:15:25.059 EOL: 0, UTF: 2
. 2014-07-23 14:15:25.059 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2014-07-23 14:15:25.059 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2014-07-23 14:15:25.059 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2014-07-23 14:15:25.059 Cache directory changes: Yes, Permanent: Yes
. 2014-07-23 14:15:25.059 DST mode: 1; Timezone offset: 0h 0m
. 2014-07-23 14:15:25.059 --------------------------------------------------------------------------
. 2014-07-23 14:15:25.059 Looking up host "sftp.xyz.de"
. 2014-07-23 14:15:25.075 Connecting to 139.139.139.139 port 22
. 2014-07-23 14:15:25.559 Server version: SSH-2.0-WS_FTP-SSH_7.6.2
. 2014-07-23 14:15:25.559 Using SSH protocol version 2
. 2014-07-23 14:15:25.559 We claim version: SSH-2.0-WinSCP_release_5.5.4
. 2014-07-23 14:15:25.872 Using Diffie-Hellman with standard group "group14"
. 2014-07-23 14:15:25.872 Doing Diffie-Hellman key exchange with hash SHA-1
. 2014-07-23 14:15:26.638 Verifying host key rsa2 0x23,0xabc2f04b47917d44 267124a8b467936d 84ad98c0c20c8d2d 994d8850c6ea12f3 68c06c031a1a10d0 1684f9b6dca7b1a6 e10707d31765c8a7 51e266a3ba807b8c 66c7ac85a9859ffb 71c286b844187590 67789d2f5f2136af 62d9480ee3bf42fc 1b89114add4bcef7 45cc89d10a66e84a d1760e7760a5c5b0 022b5273e92ac063  with fingerprint ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
. 2014-07-23 14:15:26.638 Host key matches configured key
. 2014-07-23 14:15:26.638 Host key fingerprint is:
. 2014-07-23 14:15:26.638 ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
. 2014-07-23 14:15:26.638 Initialised AES-256 SDCTR client->server encryption
. 2014-07-23 14:15:26.638 Initialised HMAC-SHA1 client->server MAC algorithm
. 2014-07-23 14:15:26.638 Initialised AES-256 SDCTR server->client encryption
. 2014-07-23 14:15:26.638 Initialised HMAC-SHA1 server->client MAC algorithm
! 2014-07-23 14:15:27.263 Using username "usr".
. 2014-07-23 14:15:27.559 Prompt (7, SSH password, , &Password: )
. 2014-07-23 14:15:27.559 Using stored password.
. 2014-07-23 14:15:27.559 Sent password
. 2014-07-23 14:15:27.809 Access granted
. 2014-07-23 14:15:27.809 Opening session as main channel
. 2014-07-23 14:15:28.059 Opened main channel
. 2014-07-23 14:15:28.669 Started a shell/command
. 2014-07-23 14:15:28.669 --------------------------------------------------------------------------
. 2014-07-23 14:15:28.669 Using SFTP protocol.
. 2014-07-23 14:15:28.669 Doing startup conversation with host.
> 2014-07-23 14:15:28.669 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2014-07-23 14:15:28.903 Type: SSH_FXP_VERSION, Size: 5, Number: -1
. 2014-07-23 14:15:28.903 SFTP version 4 negotiated.
. 2014-07-23 14:15:28.903 We will use UTF-8 strings when appropriate
. 2014-07-23 14:15:28.903 Getting current directory name.
. 2014-07-23 14:15:28.903 Getting real path for '.'
> 2014-07-23 14:15:28.903 Type: SSH_FXP_REALPATH, Size: 10, Number: 16
< 2014-07-23 14:15:29.169 Type: SSH_FXP_NAME, Size: 35, Number: 16
. 2014-07-23 14:15:29.169 Real path is '/users/usr'
. 2014-07-23 14:15:29.169 Startup conversation with host finished.
< 2014-07-23 14:15:29.169 Script: Active session: [1] usr@sftp.xyz.de
> 2014-07-23 14:15:29.528 Script: stat -- "/users/usr/FromExternal/Customer"
. 2014-07-23 14:15:29.528 Listing file "/users/usr/FromExternal/Customer".
> 2014-07-23 14:15:29.528 Type: SSH_FXP_LSTAT, Size: 45, Number: 263
< 2014-07-23 14:15:29.856 Type: SSH_FXP_ATTRS, Size: 38, Number: 263
. 2014-07-23 14:15:29.856 Customer;D;0;2014-07-23T08:12:58.000Z;"" [0];"" [0];rwxr-x---;0
< 2014-07-23 14:15:29.856 Script: Drwxr-x---   0                           0 Jul 23 16:12:58 2014 Customer
> 2014-07-23 14:15:30.044 Script: stat -- "/users/usr/FromExternal/Customer"
. 2014-07-23 14:15:30.044 Listing file "/users/usr/FromExternal/Customer".
> 2014-07-23 14:15:30.044 Type: SSH_FXP_LSTAT, Size: 45, Number: 519
< 2014-07-23 14:15:30.309 Type: SSH_FXP_ATTRS, Size: 38, Number: 519
. 2014-07-23 14:15:30.309 Customer;D;0;2014-07-23T08:12:58.000Z;"" [0];"" [0];rwxr-x---;0
< 2014-07-23 14:15:30.309 Script: Drwxr-x---   0                           0 Jul 23 16:12:58 2014 Customer
> 2014-07-23 14:15:30.559 Script: put  -nopermissions -nopreservetime -transfer="binary" -- "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:15:30.559 Copying 1 files/directories to remote directory "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:15:30.559   PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: 
. 2014-07-23 14:15:30.559   TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: 
. 2014-07-23 14:15:30.559   AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2014-07-23 14:15:30.559 File: 'E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip' [2014-07-18T06:02:00.669Z] [109344661]
. 2014-07-23 14:15:30.638 Copying "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" to remote directory started.
. 2014-07-23 14:15:30.638 Binary transfer mode selected.
. 2014-07-23 14:15:30.638 Checking existence of file.
> 2014-07-23 14:15:30.638 Type: SSH_FXP_LSTAT, Size: 88, Number: 775
< 2014-07-23 14:15:30.903 Type: SSH_FXP_STATUS, Size: 108, Number: 775
< 2014-07-23 14:15:30.903 Status code: 2
. 2014-07-23 14:15:30.903 Checking existence of partially transfered file.
> 2014-07-23 14:15:30.903 Type: SSH_FXP_LSTAT, Size: 97, Number: 1031
< 2014-07-23 14:15:31.153 Type: SSH_FXP_STATUS, Size: 117, Number: 1031
< 2014-07-23 14:15:31.153 Status code: 2
. 2014-07-23 14:15:31.153 Opening remote file.
> 2014-07-23 14:15:31.153 Type: SSH_FXP_OPEN, Size: 110, Number: 1283
< 2014-07-23 14:15:31.403 Type: SSH_FXP_HANDLE, Size: 11, Number: 1283
> 2014-07-23 14:15:31.403 Type: SSH_FXP_WRITE, Size: 4119, Number: 1798
. 2014-07-23 14:30:47.169 Waiting for dispatching send buffer timed out, asking user what to do.
. 2014-07-23 14:30:47.169 Asking user:
. 2014-07-23 14:30:47.169 **Host is not communicating for 15 seconds.
. 2014-07-23 14:30:47.169 
. 2014-07-23 14:30:47.169 Wait for another 15 seconds?** ()
< 2014-07-23 14:30:47.169 Script: Host is not communicating for more than 15 seconds.
< 2014-07-23 14:30:47.169 Still waiting...
< 2014-07-23 14:30:47.169 Note: If the problem repeats, try turning off 'Optimize connection buffer size'.
< 2014-07-23 14:30:47.169 Warning: Aborting this operation will close connection!
. 2014-07-23 14:31:46.669 Attempt to close connection due to fatal exception:
* 2014-07-23 14:31:46.669 **Terminated by user.**
. 2014-07-23 14:31:46.669 Closing connection.
. 2014-07-23 14:31:46.669 Sending special code: 12
. 2014-07-23 14:31:46.669 Sent EOF message
. 2014-07-23 14:31:46.669 Connection was lost, asking what to do.
. 2014-07-23 14:31:46.669 Asking user:
. 2014-07-23 14:31:46.669 Terminated by user. ()
< 2014-07-23 14:31:46.669 Script: Terminated by user.
< 2014-07-23 14:31:51.669 Script: Searching for host...
. 2014-07-23 14:31:51.669 Looking up host "sftp.xyz.de"
. 2014-07-23 14:31:51.669 Connecting to 139.139.139.139 port 22
< 2014-07-23 14:31:51.934 Script: Connecting to host...
. 2014-07-23 14:31:52.216 Server version: SSH-2.0-WS_FTP-SSH_7.6.2
. 2014-07-23 14:31:52.216 Using SSH protocol version 2
. 2014-07-23 14:31:52.216 We claim version: SSH-2.0-WinSCP_release_5.5.4
. 2014-07-23 14:31:52.466 Using Diffie-Hellman with standard group "group14"
. 2014-07-23 14:31:52.466 Doing Diffie-Hellman key exchange with hash SHA-1
. 2014-07-23 14:31:53.247 Verifying host key rsa2 0x23,0xabc2f04b47917d44 267124a8b467936d 84ad98c0c20c8d2d 994d8850c6ea12f3 68c06c031a1a10d0 1684f9b6dca7b1a6 e10707d31765c8a7 51e266a3ba807b8c 66c7ac85a9859ffb 71c286b844187590 67789d2f5f2136af 62d9480ee3bf42fc 1b89114add4bcef7 45cc89d10a66e84a d1760e7760a5c5b0 022b5273e92ac063  with fingerprint ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
< 2014-07-23 14:31:53.247 Script: Authenticating...
. 2014-07-23 14:31:53.247 Host key matches configured key
. 2014-07-23 14:31:53.247 Host key fingerprint is:
. 2014-07-23 14:31:53.247 ssh-rsa 1024 ea:ea:ef:f5:f5:0c:ab:52:2e:5b:3d:48:c5:8b:4f:c6
. 2014-07-23 14:31:53.247 Initialised AES-256 SDCTR client->server encryption
. 2014-07-23 14:31:53.247 Initialised HMAC-SHA1 client->server MAC algorithm
. 2014-07-23 14:31:53.247 Initialised AES-256 SDCTR server->client encryption
. 2014-07-23 14:31:53.247 Initialised HMAC-SHA1 server->client MAC algorithm
! 2014-07-23 14:31:53.872 Using username "usr".
< 2014-07-23 14:31:53.872 Script: Using username "usr".
. 2014-07-23 14:31:54.169 Prompt (7, SSH password, , &Password: )
. 2014-07-23 14:31:54.169 Using stored password.
< 2014-07-23 14:31:54.169 Script: Authenticating with pre-entered password.
. 2014-07-23 14:31:54.169 Sent password
. 2014-07-23 14:31:54.434 Access granted
. 2014-07-23 14:31:54.434 Opening session as main channel
. 2014-07-23 14:31:54.700 Opened main channel
. 2014-07-23 14:31:55.341 Started a shell/command
< 2014-07-23 14:31:55.341 Script: Authenticated.
. 2014-07-23 14:31:55.356 Doing startup conversation with host.
< 2014-07-23 14:31:55.356 Script: Starting the session...
. 2014-07-23 14:31:55.356 2498 skipped SSH_FXP_WRITE, SSH_FXP_READ, SSH_FXP_DATA and SSH_FXP_STATUS packets.
> 2014-07-23 14:31:55.356 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2014-07-23 14:31:56.778 Type: SSH_FXP_VERSION, Size: 5, Number: -1
. 2014-07-23 14:31:56.778 SFTP version 4 negotiated.
. 2014-07-23 14:31:56.778 We will use UTF-8 strings when appropriate
< 2014-07-23 14:31:56.778 Script: Reading remote directory...
. 2014-07-23 14:31:56.778 Changing directory to "/users/usr".
. 2014-07-23 14:31:56.778 Getting real path for '/users/usr'
> 2014-07-23 14:31:56.778 Type: SSH_FXP_REALPATH, Size: 22, Number: 322064
< 2014-07-23 14:31:57.044 Type: SSH_FXP_NAME, Size: 35, Number: 322064
. 2014-07-23 14:31:57.044 Real path is '/users/usr'
. 2014-07-23 14:31:57.044 Trying to open directory "/users/usr".
> 2014-07-23 14:31:57.044 Type: SSH_FXP_LSTAT, Size: 26, Number: 322311
< 2014-07-23 14:31:57.325 Type: SSH_FXP_ATTRS, Size: 38, Number: 322311
. 2014-07-23 14:31:57.325 Getting current directory name.
. 2014-07-23 14:31:57.325 Startup conversation with host finished.
< 2014-07-23 14:31:57.325 Script: Session started.
. 2014-07-23 14:31:57.325 File: 'E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip' [2014-07-18T06:02:00.669Z] [109344661]
. 2014-07-23 14:31:57.325 Copying "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" to remote directory started.
. 2014-07-23 14:31:57.325 Binary transfer mode selected.
. 2014-07-23 14:31:57.325 Checking existence of file.
> 2014-07-23 14:31:57.325 Type: SSH_FXP_LSTAT, Size: 88, Number: 322567
< 2014-07-23 14:31:57.622 Type: SSH_FXP_STATUS, Size: 108, Number: 322567
< 2014-07-23 14:31:57.622 Status code: 2
. 2014-07-23 14:31:57.622 Checking existence of partially transfered file.
> 2014-07-23 14:31:57.622 Type: SSH_FXP_LSTAT, Size: 97, Number: 322823
< 2014-07-23 14:31:57.888 Type: SSH_FXP_ATTRS, Size: 46, Number: 322823
. 2014-07-23 14:31:57.888 Resuming file transfer.
. 2014-07-23 14:31:57.888 Opening remote file.
> 2014-07-23 14:31:57.888 Type: SSH_FXP_OPEN, Size: 102, Number: 323075
< 2014-07-23 14:31:58.138 Type: SSH_FXP_STATUS, Size: 42, Number: 323075
< 2014-07-23 14:31:58.138 Status code: 4, Message: 323075, Server: Failed to open local file, Language:  
> 2014-07-23 14:31:58.138 Type: SSH_FXP_LSTAT, Size: 97, Number: 323335
< 2014-07-23 14:31:58.497 Type: SSH_FXP_ATTRS, Size: 46, Number: 323335
* 2014-07-23 14:31:58.497 (ETerminal) General failure (server should provide error description).
* 2014-07-23 14:31:58.497 Error code: 4
* 2014-07-23 14:31:58.497 Error message from server: Failed to open local file
. 2014-07-23 14:31:58.497 Asking user:
. 2014-07-23 14:31:58.497 Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
. 2014-07-23 14:31:58.497  
. 2014-07-23 14:31:58.497 Press 'Delete' to delete the file and create new one instead of overwriting it. ("General failure (server should provide error description).
. 2014-07-23 14:31:58.497 Error code: 4
. 2014-07-23 14:31:58.497 Error message from server: Failed to open local file")
< 2014-07-23 14:31:58.497 Script: Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
< 2014-07-23 14:31:58.497 Press 'Delete' to delete the file and create new one instead of overwriting it.
< 2014-07-23 14:31:58.497 Script: General failure (server should provide error description).
< 2014-07-23 14:31:58.497 Error code: 4
< 2014-07-23 14:31:58.497 Error message from server: Failed to open local file
* 2014-07-23 14:31:58.497 (EScpSkipFile) Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
* 2014-07-23 14:31:58.497  
* 2014-07-23 14:31:58.497 Press 'Delete' to delete the file and create new one instead of overwriting it.
* 2014-07-23 14:31:58.497 General failure (server should provide error description).
* 2014-07-23 14:31:58.497 Error code: 4
* 2014-07-23 14:31:58.497 Error message from server: Failed to open local file
. 2014-07-23 14:31:58.497 Script: Failed
> 2014-07-23 14:31:58.966 Script: put  -nopermissions -nopreservetime -transfer="binary" -- "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:31:58.966 Copying 1 files/directories to remote directory "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:31:58.966   PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: 
. 2014-07-23 14:31:58.966   TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: 
. 2014-07-23 14:31:58.966   AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2014-07-23 14:31:58.966 File: 'E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip' [2014-07-18T06:02:00.669Z] [109344661]
. 2014-07-23 14:31:58.966 Copying "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" to remote directory started.
. 2014-07-23 14:31:58.966 Binary transfer mode selected.
. 2014-07-23 14:31:58.966 Checking existence of file.
> 2014-07-23 14:31:58.966 Type: SSH_FXP_LSTAT, Size: 88, Number: 323591
< 2014-07-23 14:31:59.231 Type: SSH_FXP_STATUS, Size: 108, Number: 323591
< 2014-07-23 14:31:59.231 Status code: 2
. 2014-07-23 14:31:59.231 Checking existence of partially transfered file.
> 2014-07-23 14:31:59.231 Type: SSH_FXP_LSTAT, Size: 97, Number: 323847
< 2014-07-23 14:31:59.497 Type: SSH_FXP_ATTRS, Size: 46, Number: 323847
. 2014-07-23 14:31:59.497 Resuming file transfer.
. 2014-07-23 14:31:59.497 Opening remote file.
> 2014-07-23 14:31:59.497 Type: SSH_FXP_OPEN, Size: 102, Number: 324099
< 2014-07-23 14:31:59.778 Type: SSH_FXP_STATUS, Size: 42, Number: 324099
< 2014-07-23 14:31:59.778 Status code: 4, Message: 324099, Server: Failed to open local file, Language:  
> 2014-07-23 14:31:59.778 Type: SSH_FXP_LSTAT, Size: 97, Number: 324359
< 2014-07-23 14:32:00.044 Type: SSH_FXP_ATTRS, Size: 46, Number: 324359
* 2014-07-23 14:32:00.044 (ETerminal) General failure (server should provide error description).
* 2014-07-23 14:32:00.044 Error code: 4
* 2014-07-23 14:32:00.044 Error message from server: Failed to open local file
. 2014-07-23 14:32:00.044 Asking user:
. 2014-07-23 14:32:00.044 Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
. 2014-07-23 14:32:00.044  
. 2014-07-23 14:32:00.044 Press 'Delete' to delete the file and create new one instead of overwriting it. ("General failure (server should provide error description).
. 2014-07-23 14:32:00.044 Error code: 4
. 2014-07-23 14:32:00.044 Error message from server: Failed to open local file")
< 2014-07-23 14:32:00.044 Script: Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
< 2014-07-23 14:32:00.044 Press 'Delete' to delete the file and create new one instead of overwriting it.
< 2014-07-23 14:32:00.044 Script: General failure (server should provide error description).
< 2014-07-23 14:32:00.044 Error code: 4
< 2014-07-23 14:32:00.044 Error message from server: Failed to open local file
* 2014-07-23 14:32:00.044 (EScpSkipFile) Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
* 2014-07-23 14:32:00.044  
* 2014-07-23 14:32:00.044 Press 'Delete' to delete the file and create new one instead of overwriting it.
* 2014-07-23 14:32:00.044 General failure (server should provide error description).
* 2014-07-23 14:32:00.044 Error code: 4
* 2014-07-23 14:32:00.044 Error message from server: Failed to open local file
. 2014-07-23 14:32:00.044 Script: Failed
> 2014-07-23 14:32:00.466 Script: put  -nopermissions -nopreservetime -transfer="binary" -- "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:32:00.466 Copying 1 files/directories to remote directory "/users/usr/FromExternal/Customer/"
. 2014-07-23 14:32:00.466   PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: 
. 2014-07-23 14:32:00.466   TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: 
. 2014-07-23 14:32:00.466   AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2014-07-23 14:32:00.466 File: 'E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip' [2014-07-18T06:02:00.669Z] [109344661]
. 2014-07-23 14:32:00.466 Copying "E:\Mydocsonline\\2014_07_23_141521_Customer_log_2014_07_17.zip" to remote directory started.
. 2014-07-23 14:32:00.466 Binary transfer mode selected.
. 2014-07-23 14:32:00.466 Checking existence of file.
> 2014-07-23 14:32:00.466 Type: SSH_FXP_LSTAT, Size: 88, Number: 324615
< 2014-07-23 14:32:00.731 Type: SSH_FXP_STATUS, Size: 108, Number: 324615
< 2014-07-23 14:32:00.731 Status code: 2
. 2014-07-23 14:32:00.731 Checking existence of partially transfered file.
> 2014-07-23 14:32:00.731 Type: SSH_FXP_LSTAT, Size: 97, Number: 324871
< 2014-07-23 14:32:00.981 Type: SSH_FXP_ATTRS, Size: 46, Number: 324871
. 2014-07-23 14:32:00.981 Resuming file transfer.
. 2014-07-23 14:32:00.981 Opening remote file.
> 2014-07-23 14:32:00.981 Type: SSH_FXP_OPEN, Size: 102, Number: 325123
< 2014-07-23 14:32:01.247 Type: SSH_FXP_STATUS, Size: 42, Number: 325123
< 2014-07-23 14:32:01.247 Status code: 4, Message: 325123, Server: Failed to open local file, Language:  
> 2014-07-23 14:32:01.247 Type: SSH_FXP_LSTAT, Size: 97, Number: 325383
< 2014-07-23 14:32:01.513 Type: SSH_FXP_ATTRS, Size: 46, Number: 325383
* 2014-07-23 14:32:01.513 (ETerminal) General failure (server should provide error description).
* 2014-07-23 14:32:01.513 Error code: 4
* 2014-07-23 14:32:01.513 Error message from server: Failed to open local file
. 2014-07-23 14:32:01.513 Asking user:
. 2014-07-23 14:32:01.513 Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
. 2014-07-23 14:32:01.513  
. 2014-07-23 14:32:01.513 Press 'Delete' to delete the file and create new one instead of overwriting it. ("General failure (server should provide error description).
. 2014-07-23 14:32:01.513 Error code: 4
. 2014-07-23 14:32:01.513 Error message from server: Failed to open local file")
< 2014-07-23 14:32:01.513 Script: Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
< 2014-07-23 14:32:01.513 Press 'Delete' to delete the file and create new one instead of overwriting it.
< 2014-07-23 14:32:01.513 Script: General failure (server should provide error description).
< 2014-07-23 14:32:01.513 Error code: 4
< 2014-07-23 14:32:01.513 Error message from server: Failed to open local file
* 2014-07-23 14:32:01.513 (EScpSkipFile) Cannot overwrite remote file '/users/usr/FromExternal/Customer/2014_07_23_141521_Customer_log_2014_07_17.zip.filepart'.
* 2014-07-23 14:32:01.513  
* 2014-07-23 14:32:01.513 Press 'Delete' to delete the file and create new one instead of overwriting it.
* 2014-07-23 14:32:01.513 General failure (server should provide error description).
* 2014-07-23 14:32:01.513 Error code: 4
* 2014-07-23 14:32:01.513 Error message from server: Failed to open local file
. 2014-07-23 14:32:01.513 Script: Failed

Reply with quote

Advertisement

You can post new topics in this forum