version mismatch error WinSCPnet.DLL (5.9.1.0)

Advertisement

Guest

version mismatch error WinSCPnet.DLL (5.9.1.0)

Hello,

We have been using WinSCP version 5.9.1.0 since past 1 year and it has worked fine all this while. Suddenly, it has started to report intermittent errors as below

winscp.exe () does not match version of this assembly WinSCPnet.DLL (5.9.1.0)


We haven't changed anything in the code. We also have another application using WinSCP.exe and it is also referencing the same version. Both these applications have been working fine up until last 2-3 weeks.


As mentioned, it is intermittent and doesnot occur frequently. some of the info as suggested in the guidelines are here:


Version of WinSCP you are using
Exe Version
Major Minor Build Revision
----- ----- ----- --------
5 9 1 6885

Dll version
Major Minor Build Revision
----- ----- ----- --------
1 3 4 6885

If the problem started to occur after upgrade, mention the last version of WinSCP which was working for you
No upgrades performed what so any

Version of Microsoft Windows you are running WinSCP on
Windows Server 2008

Transfer protocol (SFTP, FTP, SCP or WebDAV)
SFTP

Mention if you use GUI or scripting/automation. If you use GUI, specify interface style you are using (Commander or Explorer)
Automation

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: version mismatch error WinSCPnet.DLL (5.9.1.0)

Please attach a full debug log file showing the problem (using the latest version of WinSCP).

To generate the debug log file, set Session.DebugLogPath. Submit the log with your post as an attachment. You may want to remove data you consider sensitive, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.

Reply with quote

donnr
Joined:
Posts:
1

Potential cause for "The version of ...WinSCP.exe () does not match version of this assembly" error.

My services are also intermittently encountering this error.

The version of ..\WinSCP.exe () does not match version of this assembly ..\WinSCPnet.DLL (5.11.1.0). at
 WinSCP.ExeSessionProcess.CheckVersion(String exePath, FileVersionInfo assemblyVersion) at
 WinSCP.ExeSessionProcess..ctor(Session session, Boolean use_XmlLog, String additionalArguments) at
 WinSCP.Session.Open(SessionOptions sessionOptions) at

Checking the source code for WinSCPnet, I find that it is using FileVersionInfo.GetVersionInfo to retrieve the version information of the exe.

I checked the source of FileVersionInfo.GetVersionInfo, and it checks for the existence of the file and validates permissions, both of which didn't trigger any error. It eventually calls the Windows API method GetFileInfoVersionSize, which can return 0 if an error occurs. However, GetVersionInfo itself does not check for any errors if GetFileInfoVersionSize returns 0 (as recommended by the documentation of GetFileInfoVersionSize), and so we can see a plausible scenario where FileVersionInfo.GetVersionInfo can quietly return a version info object with null properties.

If the above is the case, I'm not sure what the best approach would be to mitigate this issue, or how to find out what caused GetFileInfoVersionSize to return 0 in the first place. We should be able to replicate the error if we can find a way to reliably force GetFileInfoVersionSize to return 0 for a valid exe.

UPDATE - A potential fix?:

An alternative to using FileVersion.GetVersionInfo for version checking would be to use Process.MainModule.FileVersionInfo.ProductVersion, i.e., we do version checking only after calling _process.Start().

Reply with quote

martin
Site Admin
martin avatar

Re: Potential cause for "The version of ...WinSCP.exe () does not match version of this assembly" error.

donnr wrote:

My services are also intermittently encountering this error.
Can you post a debug log file for both successful and failed run?

Reply with quote

Guest

Re: Potential cause for "The version of ...WinSCP.exe () does not match version of this assembly" error.

martin wrote:


Can you post a debug log file for both successful and failed run?

We enabled debug logging at one point but it kept on being overwritten every time a new session is opened. As of now, debug logging is disabled in production and the soonest we can have it reenabled is on the February service release.

Reply with quote

Advertisement

starnet
Guest

Re: Potential cause for "The version of ...WinSCP.exe () does not match version of this assembly" error.

martin wrote:

donnr wrote:

My services are also intermittently encountering this error.
Can you post a debug log file for both successful and failed run?

I'm having this issue as well. It appears I get this error randomly. I installed your package via Nuget and I am sure .dll and .exe are same version.


[code:1:dafffd4005]. 2018-02-07 13:18:16.720 --------------------------------------------------------------------------
. 2018-02-07 13:18:16.720 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:18:16.720 Configuration: nul
. 2018-02-07 13:18:16.720 Log level: Normal
. 2018-02-07 13:18:16.720 Local account: STARNET\MORDOR$
. 2018-02-07 13:18:16.720 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:18:16.720 Process ID: 12336
. 2018-02-07 13:18:16.720 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.02B10516.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_29447802_397
. 2018-02-07 13:18:16.720 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:18:16.720 Login time: srijeda, 7. veljača 2018. 13:18:16
. 2018-02-07 13:18:16.720 --------------------------------------------------------------------------
. 2018-02-07 13:18:16.720 Script: Retrospectively logging previous script records:
> 2018-02-07 13:18:16.720 Script: option batch on
< 2018-02-07 13:18:16.720 Script: batch on
< 2018-02-07 13:18:16.720 Script: reconnecttime 120
> 2018-02-07 13:18:16.720 Script: option confirm off
< 2018-02-07 13:18:16.720 Script: confirm off
> 2018-02-07 13:18:16.720 Script: option reconnecttime 120
< 2018-02-07 13:18:16.720 Script: reconnecttime 120
> 2018-02-07 13:18:16.720 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:18:16.720 --------------------------------------------------------------------------
. 2018-02-07 13:18:16.720 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:18:16.720 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:18:16.720 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:18:16.720 Tunnel: No
. 2018-02-07 13:18:16.720 Transfer Protocol: SFTP
. 2018-02-07 13:18:16.720 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-02-07 13:18:16.720 Disable Nagle: No
. 2018-02-07 13:18:16.720 Proxy: None
. 2018-02-07 13:18:16.720 Send buffer: 262144
. 2018-02-07 13:18:16.720 SSH protocol version: 2; Compression: No
. 2018-02-07 13:18:16.720 Bypass authentication: No
. 2018-02-07 13:18:16.720 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2018-02-07 13:18:16.720 GSSAPI: Forwarding: No
. 2018-02-07 13:18:16.720 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-02-07 13:18:16.720 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-02-07 13:18:16.720 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-02-07 13:18:16.720 Simple channel: Yes
. 2018-02-07 13:18:16.720 Return code variable: Autodetect; Lookup user groups: Auto
. 2018-02-07 13:18:16.720 Shell: default
. 2018-02-07 13:18:16.720 EOL: LF, UTF: Auto
. 2018-02-07 13:18:16.720 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-02-07 13:18:16.720 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-02-07 13:18:16.720 SFTP Bugs: Auto,Auto
. 2018-02-07 13:18:16.720 SFTP Server: default
. 2018-02-07 13:18:16.720 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2018-02-07 13:18:16.720 Cache directory changes: Yes, Permanent: Yes
. 2018-02-07 13:18:16.720 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2018-02-07 13:18:16.720 DST mode: Unix
. 2018-02-07 13:18:16.720 --------------------------------------------------------------------------
. 2018-02-07 13:18:16.720 Looking up host "127.0.0.1" for SSH connection
. 2018-02-07 13:18:16.720 Connecting to 127.0.0.1 port 22
. 2018-02-07 13:18:16.720 We claim version: SSH-2.0-WinSCP_release_5.11.3
. 2018-02-07 13:18:16.720 Server version: SSH-2.0-7.35 FlowSsh: Bitvise SSH Server (WinSSHD) 7.35: free only for personal non-commercial use
. 2018-02-07 13:18:16.720 Using SSH protocol version 2
. 2018-02-07 13:18:16.720 Have a known host key of type rsa2
. 2018-02-07 13:18:16.720 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-02-07 13:18:16.751 Server also has ecdsa-sha2-nistp384 host key, but we don't know it
. 2018-02-07 13:18:16.751 Host key fingerprint is:
. 2018-02-07 13:18:16.751 ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:16.751 Verifying host key rsa2 0x10001,0xc36bea07ed79c50f 07c5bb836c48984e af1e93a500b90506 3798d9b244332356 556f527aacd69424 de529f3260301ee1 ed8c9210ccefd9e0 df96a4efb19a12a4 8319ca2ce0d95163 63becadccf854a70 7fa3cc4d3de48fa7 58c5e9825e4f652e 2f243ab7c47d5aaa 81c3fa8f56665291 47a2d346060dc1e8 0da8be56d6c3c7c2 04a80edd05b86f6f cbb39fe1e01b4648 c1600a974260bf75 ddf492b7d98deec8 ab2f7976d0061587 137cac4bbfc919eb d23880b424352428 ad1c4fbfba075087 d4377cd7df408aef 4a08ae2df19c2ca4 97b5b2c17900a85c 43e666bbd38ac74d 5028be02b93115fe caff4a7e6c229bde 007eb0cd98ba83ff 7b0bb1ecfd31e915 with fingerprint ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:16.751 Host key matches configured key
. 2018-02-07 13:18:16.751 Initialised AES-256 SDCTR client->server encryption
. 2018-02-07 13:18:16.751 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-02-07 13:18:16.751 Initialised AES-256 SDCTR server->client encryption
. 2018-02-07 13:18:16.751 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2018-02-07 13:18:16.751 Using username "ftp1".
. 2018-02-07 13:18:16.767 Server offered these authentication methods: publickey,password
. 2018-02-07 13:18:16.767 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2018-02-07 13:18:16.767 Using stored password.
. 2018-02-07 13:18:16.767 Sent password
. 2018-02-07 13:18:16.767 Access granted
. 2018-02-07 13:18:16.767 Opening session as main channel
. 2018-02-07 13:18:16.767 Opened main channel
. 2018-02-07 13:18:16.939 Started a shell/command
. 2018-02-07 13:18:16.939 --------------------------------------------------------------------------
. 2018-02-07 13:18:16.939 Using SFTP protocol.
. 2018-02-07 13:18:16.939 Doing startup conversation with host.
> 2018-02-07 13:18:16.939 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-02-07 13:18:16.954 Type: SSH_FXP_VERSION, Size: 460, Number: -1
. 2018-02-07 13:18:16.954 SFTP version 6 negotiated.
. 2018-02-07 13:18:16.954 Server requests EOL sequence "\r\n".
. 2018-02-07 13:18:16.954 Server support information (supported2):
. 2018-02-07 13:18:16.954 Attribute mask: BFFD, Attribute bits: 7FF, Open flags: FFFF
. 2018-02-07 13:18:16.954 Access mask: 1F01FF, Open block vector: FFFF, Block vector: FFFF, Max read size: 4194304
. 2018-02-07 13:18:16.954 Attribute extensions (0)
. 2018-02-07 13:18:16.954 Extensions (10)
. 2018-02-07 13:18:16.954 version-select
. 2018-02-07 13:18:16.954 text-seek
. 2018-02-07 13:18:16.954 check-file
. 2018-02-07 13:18:16.954 check-file-name
. 2018-02-07 13:18:16.954 check-file-handle
. 2018-02-07 13:18:16.954 check-file-blocks
. 2018-02-07 13:18:16.954 space-available
. 2018-02-07 13:18:16.954 home-directory
. 2018-02-07 13:18:16.954 copy-file
. 2018-02-07 13:18:16.954 copy-data
. 2018-02-07 13:18:16.954 Unknown server extension acl-supported=0x0000003F
. 2018-02-07 13:18:16.954 SFTP versions supported by the server: 2,3,4,6
. 2018-02-07 13:18:16.954 Unknown server extension posix-rename@openssh.com="1"
. 2018-02-07 13:18:16.954 Supports statvfs@openssh.com extension version "2"
. 2018-02-07 13:18:16.954 Unknown server extension fstatvfs@openssh.com="2"
. 2018-02-07 13:18:16.954 Supports hardlink@openssh.com extension version "1"
. 2018-02-07 13:18:16.954 Unknown server extension fsync@openssh.com="1"
. 2018-02-07 13:18:16.954 Unknown server extension attrs@bitvise.com="1"
. 2018-02-07 13:18:16.954 We will use UTF-8 strings as it is mandatory with SFTP version 4 and newer
. 2018-02-07 13:18:16.954 Getting current directory name.
. 2018-02-07 13:18:16.954 Getting real path for '.'
> 2018-02-07 13:18:16.954 Type: SSH_FXP_REALPATH, Size: 11, Number: 16
< 2018-02-07 13:18:16.954 Type: SSH_FXP_NAME, Size: 91, Number: 16
. 2018-02-07 13:18:16.954 Real path is '/'
. 2018-02-07 13:18:16.954 Startup conversation with host finished.
< 2018-02-07 13:18:16.954 Script: Active session: [1] ftp1@127.0.0.1
> 2018-02-07 13:18:17.142 Script: pwd
< 2018-02-07 13:18:17.142 Script: /
> 2018-02-07 13:18:17.220 Script: put -nopermissions -nopreservetime -transfer="binary" -filemask="| */History/; */Files/;" -resumesupport="off" -- "D:\L2L\Client\Out\*.*" "/*.*"
. 2018-02-07 13:18:17.220 Copying 2 files/directories to remote directory "/"
. 2018-02-07 13:18:17.220 PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: *.*
. 2018-02-07 13:18:17.220 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: | */History/; */Files/;; ResumeL: 0
. 2018-02-07 13:18:17.220 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2018-02-07 13:18:17.220 File "D:\L2L\Client\Out\Files" excluded from transfer
* 2018-02-07 13:18:17.220 (EScpSkipFile)
. 2018-02-07 13:18:17.220 File "D:\L2L\Client\Out\History" excluded from transfer
* 2018-02-07 13:18:17.220 (EScpSkipFile)
. 2018-02-07 13:18:17.220 Copying finished: Transferred: 0, Elapsed: 0:00:00, CPS: 0/s
> 2018-02-07 13:18:17.274 Script: exit
. 2018-02-07 13:18:17.274 Script: Exit code: 0
. 2018-02-07 13:18:17.274 Closing connection.
. 2018-02-07 13:18:17.274 Sending special code: 12
. 2018-02-07 13:18:17.274 Sent EOF message
. 2018-02-07 13:18:36.634 --------------------------------------------------------------------------
. 2018-02-07 13:18:36.634 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:18:36.634 Configuration: nul
. 2018-02-07 13:18:36.634 Log level: Normal
. 2018-02-07 13:18:36.634 Local account: STARNET\MORDOR$
. 2018-02-07 13:18:36.634 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:18:36.634 Process ID: 13612
. 2018-02-07 13:18:36.634 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.0342A007.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_57450615_445
. 2018-02-07 13:18:36.634 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:18:36.634 Login time: srijeda, 7. veljača 2018. 13:18:36
. 2018-02-07 13:18:36.634 --------------------------------------------------------------------------
. 2018-02-07 13:18:36.634 Script: Retrospectively logging previous script records:
> 2018-02-07 13:18:36.634 Script: option batch on
< 2018-02-07 13:18:36.634 Script: batch on
< 2018-02-07 13:18:36.634 Script: reconnecttime 120
> 2018-02-07 13:18:36.634 Script: option confirm off
< 2018-02-07 13:18:36.634 Script: confirm off
> 2018-02-07 13:18:36.634 Script: option reconnecttime 120
< 2018-02-07 13:18:36.634 Script: reconnecttime 120
> 2018-02-07 13:18:36.634 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:18:36.634 --------------------------------------------------------------------------
. 2018-02-07 13:18:36.634 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:18:36.634 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:18:36.634 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:18:36.634 Tunnel: No
. 2018-02-07 13:18:36.634 Transfer Protocol: SFTP
. 2018-02-07 13:18:36.634 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-02-07 13:18:36.634 Disable Nagle: No
. 2018-02-07 13:18:36.634 Proxy: None
. 2018-02-07 13:18:36.634 Send buffer: 262144
. 2018-02-07 13:18:36.634 SSH protocol version: 2; Compression: No
. 2018-02-07 13:18:36.634 Bypass authentication: No
. 2018-02-07 13:18:36.634 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2018-02-07 13:18:36.634 GSSAPI: Forwarding: No
. 2018-02-07 13:18:36.634 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-02-07 13:18:36.634 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-02-07 13:18:36.634 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-02-07 13:18:36.634 Simple channel: Yes
. 2018-02-07 13:18:36.634 Return code variable: Autodetect; Lookup user groups: Auto
. 2018-02-07 13:18:36.634 Shell: default
. 2018-02-07 13:18:36.634 EOL: LF, UTF: Auto
. 2018-02-07 13:18:36.634 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-02-07 13:18:36.634 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-02-07 13:18:36.634 SFTP Bugs: Auto,Auto
. 2018-02-07 13:18:36.634 SFTP Server: default
. 2018-02-07 13:18:36.634 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2018-02-07 13:18:36.634 Cache directory changes: Yes, Permanent: Yes
. 2018-02-07 13:18:36.634 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2018-02-07 13:18:36.634 DST mode: Unix
. 2018-02-07 13:18:36.634 --------------------------------------------------------------------------
. 2018-02-07 13:18:36.634 Looking up host "127.0.0.1" for SSH connection
. 2018-02-07 13:18:36.634 Connecting to 127.0.0.1 port 22
. 2018-02-07 13:18:36.634 We claim version: SSH-2.0-WinSCP_release_5.11.3
. 2018-02-07 13:18:36.634 Server version: SSH-2.0-7.35 FlowSsh: Bitvise SSH Server (WinSSHD) 7.35: free only for personal non-commercial use
. 2018-02-07 13:18:36.634 Using SSH protocol version 2
. 2018-02-07 13:18:36.634 Have a known host key of type rsa2
. 2018-02-07 13:18:36.634 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-02-07 13:18:36.665 Server also has ecdsa-sha2-nistp384 host key, but we don't know it
. 2018-02-07 13:18:36.665 Host key fingerprint is:
. 2018-02-07 13:18:36.665 ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:36.665 Verifying host key rsa2 0x10001,0xc36bea07ed79c50f 07c5bb836c48984e af1e93a500b90506 3798d9b244332356 556f527aacd69424 de529f3260301ee1 ed8c9210ccefd9e0 df96a4efb19a12a4 8319ca2ce0d95163 63becadccf854a70 7fa3cc4d3de48fa7 58c5e9825e4f652e 2f243ab7c47d5aaa 81c3fa8f56665291 47a2d346060dc1e8 0da8be56d6c3c7c2 04a80edd05b86f6f cbb39fe1e01b4648 c1600a974260bf75 ddf492b7d98deec8 ab2f7976d0061587 137cac4bbfc919eb d23880b424352428 ad1c4fbfba075087 d4377cd7df408aef 4a08ae2df19c2ca4 97b5b2c17900a85c 43e666bbd38ac74d 5028be02b93115fe caff4a7e6c229bde 007eb0cd98ba83ff 7b0bb1ecfd31e915 with fingerprint ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:36.665 Host key matches configured key
. 2018-02-07 13:18:36.665 Initialised AES-256 SDCTR client->server encryption
. 2018-02-07 13:18:36.665 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-02-07 13:18:36.665 Initialised AES-256 SDCTR server->client encryption
. 2018-02-07 13:18:36.665 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2018-02-07 13:18:36.665 Using username "ftp1".
. 2018-02-07 13:18:36.665 Server offered these authentication methods: publickey,password
. 2018-02-07 13:18:36.665 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2018-02-07 13:18:36.665 Using stored password.
. 2018-02-07 13:18:36.665 Sent password
. 2018-02-07 13:18:36.680 Access granted
. 2018-02-07 13:18:36.680 Opening session as main channel
. 2018-02-07 13:18:36.680 Opened main channel
. 2018-02-07 13:18:36.821 Started a shell/command
. 2018-02-07 13:18:36.821 --------------------------------------------------------------------------
. 2018-02-07 13:18:36.821 Using SFTP protocol.
. 2018-02-07 13:18:36.821 Doing startup conversation with host.
> 2018-02-07 13:18:36.821 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-02-07 13:18:36.837 Type: SSH_FXP_VERSION, Size: 460, Number: -1
. 2018-02-07 13:18:36.837 SFTP version 6 negotiated.
. 2018-02-07 13:18:36.837 Server requests EOL sequence "\r\n".
. 2018-02-07 13:18:36.837 Server support information (supported2):
. 2018-02-07 13:18:36.837 Attribute mask: BFFD, Attribute bits: 7FF, Open flags: FFFF
. 2018-02-07 13:18:36.837 Access mask: 1F01FF, Open block vector: FFFF, Block vector: FFFF, Max read size: 4194304
. 2018-02-07 13:18:36.837 Attribute extensions (0)
. 2018-02-07 13:18:36.837 Extensions (10)
. 2018-02-07 13:18:36.837 version-select
. 2018-02-07 13:18:36.837 text-seek
. 2018-02-07 13:18:36.837 check-file
. 2018-02-07 13:18:36.837 check-file-name
. 2018-02-07 13:18:36.837 check-file-handle
. 2018-02-07 13:18:36.837 check-file-blocks
. 2018-02-07 13:18:36.837 space-available
. 2018-02-07 13:18:36.837 home-directory
. 2018-02-07 13:18:36.837 copy-file
. 2018-02-07 13:18:36.837 copy-data
. 2018-02-07 13:18:36.837 Unknown server extension acl-supported=0x0000003F
. 2018-02-07 13:18:36.837 SFTP versions supported by the server: 2,3,4,6
. 2018-02-07 13:18:36.837 Unknown server extension posix-rename@openssh.com="1"
. 2018-02-07 13:18:36.837 Supports statvfs@openssh.com extension version "2"
. 2018-02-07 13:18:36.837 Unknown server extension fstatvfs@openssh.com="2"
. 2018-02-07 13:18:36.837 Supports hardlink@openssh.com extension version "1"
. 2018-02-07 13:18:36.837 Unknown server extension fsync@openssh.com="1"
. 2018-02-07 13:18:36.837 Unknown server extension attrs@bitvise.com="1"
. 2018-02-07 13:18:36.837 We will use UTF-8 strings as it is mandatory with SFTP version 4 and newer
. 2018-02-07 13:18:36.837 Getting current directory name.
. 2018-02-07 13:18:36.837 Getting real path for '.'
> 2018-02-07 13:18:36.837 Type: SSH_FXP_REALPATH, Size: 11, Number: 16
< 2018-02-07 13:18:36.837 Type: SSH_FXP_NAME, Size: 91, Number: 16
. 2018-02-07 13:18:36.837 Real path is '/'
. 2018-02-07 13:18:36.837 Startup conversation with host finished.
< 2018-02-07 13:18:36.837 Script: Active session: [1] ftp1@127.0.0.1
> 2018-02-07 13:18:36.868 Script: pwd
< 2018-02-07 13:18:36.868 Script: /
> 2018-02-07 13:18:36.931 Script: put -nopermissions -nopreservetime -transfer="binary" -filemask="| */History/; */Files/;" -resumesupport="off" -- "D:\L2L\Client\Out\*.*" "/*.*"
. 2018-02-07 13:18:36.931 Copying 2 files/directories to remote directory "/"
. 2018-02-07 13:18:36.931 PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: *.*
. 2018-02-07 13:18:36.931 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: | */History/; */Files/;; ResumeL: 0
. 2018-02-07 13:18:36.931 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2018-02-07 13:18:36.931 File "D:\L2L\Client\Out\Files" excluded from transfer
* 2018-02-07 13:18:36.931 (EScpSkipFile)
. 2018-02-07 13:18:36.931 File "D:\L2L\Client\Out\History" excluded from transfer
* 2018-02-07 13:18:36.931 (EScpSkipFile)
. 2018-02-07 13:18:36.931 Copying finished: Transferred: 0, Elapsed: 0:00:00, CPS: 0/s
> 2018-02-07 13:18:36.993 Script: exit
. 2018-02-07 13:18:36.993 Script: Exit code: 0
. 2018-02-07 13:18:36.993 Closing connection.
. 2018-02-07 13:18:36.993 Sending special code: 12
. 2018-02-07 13:18:36.993 Sent EOF message
. 2018-02-07 13:18:56.714 --------------------------------------------------------------------------
. 2018-02-07 13:18:56.714 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:18:56.714 Configuration: nul
. 2018-02-07 13:18:56.714 Log level: Normal
. 2018-02-07 13:18:56.714 Local account: STARNET\MORDOR$
. 2018-02-07 13:18:56.714 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:18:56.714 Process ID: 14972
. 2018-02-07 13:18:56.714 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.01A12742.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_62102371_189
. 2018-02-07 13:18:56.714 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:18:56.714 Login time: srijeda, 7. veljača 2018. 13:18:56
. 2018-02-07 13:18:56.714 --------------------------------------------------------------------------
. 2018-02-07 13:18:56.714 Script: Retrospectively logging previous script records:
> 2018-02-07 13:18:56.714 Script: option batch on
< 2018-02-07 13:18:56.714 Script: batch on
< 2018-02-07 13:18:56.714 Script: reconnecttime 120
> 2018-02-07 13:18:56.714 Script: option confirm off
< 2018-02-07 13:18:56.714 Script: confirm off
> 2018-02-07 13:18:56.714 Script: option reconnecttime 120
< 2018-02-07 13:18:56.714 Script: reconnecttime 120
> 2018-02-07 13:18:56.714 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:18:56.714 --------------------------------------------------------------------------
. 2018-02-07 13:18:56.714 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:18:56.714 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:18:56.714 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:18:56.714 Tunnel: No
. 2018-02-07 13:18:56.714 Transfer Protocol: SFTP
. 2018-02-07 13:18:56.714 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-02-07 13:18:56.714 Disable Nagle: No
. 2018-02-07 13:18:56.714 Proxy: None
. 2018-02-07 13:18:56.714 Send buffer: 262144
. 2018-02-07 13:18:56.714 SSH protocol version: 2; Compression: No
. 2018-02-07 13:18:56.714 Bypass authentication: No
. 2018-02-07 13:18:56.714 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2018-02-07 13:18:56.714 GSSAPI: Forwarding: No
. 2018-02-07 13:18:56.714 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-02-07 13:18:56.714 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-02-07 13:18:56.714 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-02-07 13:18:56.714 Simple channel: Yes
. 2018-02-07 13:18:56.714 Return code variable: Autodetect; Lookup user groups: Auto
. 2018-02-07 13:18:56.714 Shell: default
. 2018-02-07 13:18:56.714 EOL: LF, UTF: Auto
. 2018-02-07 13:18:56.714 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-02-07 13:18:56.714 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-02-07 13:18:56.714 SFTP Bugs: Auto,Auto
. 2018-02-07 13:18:56.714 SFTP Server: default
. 2018-02-07 13:18:56.714 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2018-02-07 13:18:56.714 Cache directory changes: Yes, Permanent: Yes
. 2018-02-07 13:18:56.714 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2018-02-07 13:18:56.714 DST mode: Unix
. 2018-02-07 13:18:56.714 --------------------------------------------------------------------------
. 2018-02-07 13:18:56.714 Looking up host "127.0.0.1" for SSH connection
. 2018-02-07 13:18:56.714 Connecting to 127.0.0.1 port 22
. 2018-02-07 13:18:56.714 We claim version: SSH-2.0-WinSCP_release_5.11.3
. 2018-02-07 13:18:56.714 Server version: SSH-2.0-7.35 FlowSsh: Bitvise SSH Server (WinSSHD) 7.35: free only for personal non-commercial use
. 2018-02-07 13:18:56.714 Using SSH protocol version 2
. 2018-02-07 13:18:56.714 Have a known host key of type rsa2
. 2018-02-07 13:18:56.714 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-02-07 13:18:56.746 Server also has ecdsa-sha2-nistp384 host key, but we don't know it
. 2018-02-07 13:18:56.746 Host key fingerprint is:
. 2018-02-07 13:18:56.746 ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:56.746 Verifying host key rsa2 0x10001,0xc36bea07ed79c50f 07c5bb836c48984e af1e93a500b90506 3798d9b244332356 556f527aacd69424 de529f3260301ee1 ed8c9210ccefd9e0 df96a4efb19a12a4 8319ca2ce0d95163 63becadccf854a70 7fa3cc4d3de48fa7 58c5e9825e4f652e 2f243ab7c47d5aaa 81c3fa8f56665291 47a2d346060dc1e8 0da8be56d6c3c7c2 04a80edd05b86f6f cbb39fe1e01b4648 c1600a974260bf75 ddf492b7d98deec8 ab2f7976d0061587 137cac4bbfc919eb d23880b424352428 ad1c4fbfba075087 d4377cd7df408aef 4a08ae2df19c2ca4 97b5b2c17900a85c 43e666bbd38ac74d 5028be02b93115fe caff4a7e6c229bde 007eb0cd98ba83ff 7b0bb1ecfd31e915 with fingerprint ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:18:56.746 Host key matches configured key
. 2018-02-07 13:18:56.746 Initialised AES-256 SDCTR client->server encryption
. 2018-02-07 13:18:56.746 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-02-07 13:18:56.746 Initialised AES-256 SDCTR server->client encryption
. 2018-02-07 13:18:56.746 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2018-02-07 13:18:56.746 Using username "ftp1".
. 2018-02-07 13:18:56.746 Server offered these authentication methods: publickey,password
. 2018-02-07 13:18:56.746 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2018-02-07 13:18:56.746 Using stored password.
. 2018-02-07 13:18:56.746 Sent password
. 2018-02-07 13:18:56.761 Access granted
. 2018-02-07 13:18:56.761 Opening session as main channel
. 2018-02-07 13:18:56.761 Opened main channel
. 2018-02-07 13:18:56.949 Started a shell/command
. 2018-02-07 13:18:56.949 --------------------------------------------------------------------------
. 2018-02-07 13:18:56.949 Using SFTP protocol.
. 2018-02-07 13:18:56.949 Doing startup conversation with host.
> 2018-02-07 13:18:56.949 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-02-07 13:18:56.949 Type: SSH_FXP_VERSION, Size: 460, Number: -1
. 2018-02-07 13:18:56.949 SFTP version 6 negotiated.
. 2018-02-07 13:18:56.949 Server requests EOL sequence "\r\n".
. 2018-02-07 13:18:56.949 Server support information (supported2):
. 2018-02-07 13:18:56.949 Attribute mask: BFFD, Attribute bits: 7FF, Open flags: FFFF
. 2018-02-07 13:18:56.949 Access mask: 1F01FF, Open block vector: FFFF, Block vector: FFFF, Max read size: 4194304
. 2018-02-07 13:18:56.949 Attribute extensions (0)
. 2018-02-07 13:18:56.949 Extensions (10)
. 2018-02-07 13:18:56.949 version-select
. 2018-02-07 13:18:56.949 text-seek
. 2018-02-07 13:18:56.949 check-file
. 2018-02-07 13:18:56.949 check-file-name
. 2018-02-07 13:18:56.949 check-file-handle
. 2018-02-07 13:18:56.949 check-file-blocks
. 2018-02-07 13:18:56.949 space-available
. 2018-02-07 13:18:56.949 home-directory
. 2018-02-07 13:18:56.949 copy-file
. 2018-02-07 13:18:56.949 copy-data
. 2018-02-07 13:18:56.949 Unknown server extension acl-supported=0x0000003F
. 2018-02-07 13:18:56.949 SFTP versions supported by the server: 2,3,4,6
. 2018-02-07 13:18:56.949 Unknown server extension posix-rename@openssh.com="1"
. 2018-02-07 13:18:56.949 Supports statvfs@openssh.com extension version "2"
. 2018-02-07 13:18:56.949 Unknown server extension fstatvfs@openssh.com="2"
. 2018-02-07 13:18:56.949 Supports hardlink@openssh.com extension version "1"
. 2018-02-07 13:18:56.949 Unknown server extension fsync@openssh.com="1"
. 2018-02-07 13:18:56.949 Unknown server extension attrs@bitvise.com="1"
. 2018-02-07 13:18:56.949 We will use UTF-8 strings as it is mandatory with SFTP version 4 and newer
. 2018-02-07 13:18:56.949 Getting current directory name.
. 2018-02-07 13:18:56.949 Getting real path for '.'
> 2018-02-07 13:18:56.949 Type: SSH_FXP_REALPATH, Size: 11, Number: 16
< 2018-02-07 13:18:56.949 Type: SSH_FXP_NAME, Size: 91, Number: 16
. 2018-02-07 13:18:56.949 Real path is '/'
. 2018-02-07 13:18:56.949 Startup conversation with host finished.
< 2018-02-07 13:18:56.949 Script: Active session: [1] ftp1@127.0.0.1
> 2018-02-07 13:18:57.152 Script: pwd
< 2018-02-07 13:18:57.152 Script: /
> 2018-02-07 13:18:57.203 Script: put -nopermissions -nopreservetime -transfer="binary" -filemask="| */History/; */Files/;" -resumesupport="off" -- "D:\L2L\Client\Out\*.*" "/*.*"
. 2018-02-07 13:18:57.204 Copying 2 files/directories to remote directory "/"
. 2018-02-07 13:18:57.204 PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: *.*
. 2018-02-07 13:18:57.204 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: | */History/; */Files/;; ResumeL: 0
. 2018-02-07 13:18:57.204 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2018-02-07 13:18:57.204 File "D:\L2L\Client\Out\Files" excluded from transfer
* 2018-02-07 13:18:57.204 (EScpSkipFile)
. 2018-02-07 13:18:57.204 File "D:\L2L\Client\Out\History" excluded from transfer
* 2018-02-07 13:18:57.204 (EScpSkipFile)
. 2018-02-07 13:18:57.204 Copying finished: Transferred: 0, Elapsed: 0:00:00, CPS: 0/s
> 2018-02-07 13:18:57.259 Script: exit
. 2018-02-07 13:18:57.259 Script: Exit code: 0
. 2018-02-07 13:18:57.259 Closing connection.
. 2018-02-07 13:18:57.259 Sending special code: 12
. 2018-02-07 13:18:57.259 Sent EOF message
. 2018-02-07 13:19:16.681 --------------------------------------------------------------------------
. 2018-02-07 13:19:16.681 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:19:16.681 Configuration: nul
. 2018-02-07 13:19:16.681 Log level: Normal
. 2018-02-07 13:19:16.681 Local account: STARNET\MORDOR$
. 2018-02-07 13:19:16.681 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:19:16.681 Process ID: 18700
. 2018-02-07 13:19:16.681 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.01C26B73.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_32055977_237
. 2018-02-07 13:19:16.681 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:19:16.681 Login time: srijeda, 7. veljača 2018. 13:19:16
. 2018-02-07 13:19:16.681 --------------------------------------------------------------------------
. 2018-02-07 13:19:16.681 Script: Retrospectively logging previous script records:
> 2018-02-07 13:19:16.681 Script: option batch on
< 2018-02-07 13:19:16.681 Script: batch on
< 2018-02-07 13:19:16.681 Script: reconnecttime 120
> 2018-02-07 13:19:16.681 Script: option confirm off
< 2018-02-07 13:19:16.681 Script: confirm off
> 2018-02-07 13:19:16.681 Script: option reconnecttime 120
< 2018-02-07 13:19:16.681 Script: reconnecttime 120
> 2018-02-07 13:19:16.681 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:19:16.681 --------------------------------------------------------------------------
. 2018-02-07 13:19:16.681 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:19:16.681 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:19:16.681 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:19:16.681 Tunnel: No
. 2018-02-07 13:19:16.681 Transfer Protocol: SFTP
. 2018-02-07 13:19:16.681 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-02-07 13:19:16.681 Disable Nagle: No
. 2018-02-07 13:19:16.681 Proxy: None
. 2018-02-07 13:19:16.681 Send buffer: 262144
. 2018-02-07 13:19:16.681 SSH protocol version: 2; Compression: No
. 2018-02-07 13:19:16.681 Bypass authentication: No
. 2018-02-07 13:19:16.681 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2018-02-07 13:19:16.681 GSSAPI: Forwarding: No
. 2018-02-07 13:19:16.681 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-02-07 13:19:16.681 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-02-07 13:19:16.681 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-02-07 13:19:16.681 Simple channel: Yes
. 2018-02-07 13:19:16.681 Return code variable: Autodetect; Lookup user groups: Auto
. 2018-02-07 13:19:16.681 Shell: default
. 2018-02-07 13:19:16.681 EOL: LF, UTF: Auto
. 2018-02-07 13:19:16.681 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-02-07 13:19:16.681 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-02-07 13:19:16.681 SFTP Bugs: Auto,Auto
. 2018-02-07 13:19:16.681 SFTP Server: default
. 2018-02-07 13:19:16.681 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2018-02-07 13:19:16.681 Cache directory changes: Yes, Permanent: Yes
. 2018-02-07 13:19:16.681 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2018-02-07 13:19:16.681 DST mode: Unix
. 2018-02-07 13:19:16.681 --------------------------------------------------------------------------
. 2018-02-07 13:19:16.681 Looking up host "127.0.0.1" for SSH connection
. 2018-02-07 13:19:16.681 Connecting to 127.0.0.1 port 22
. 2018-02-07 13:19:16.681 We claim version: SSH-2.0-WinSCP_release_5.11.3
. 2018-02-07 13:19:16.681 Server version: SSH-2.0-7.35 FlowSsh: Bitvise SSH Server (WinSSHD) 7.35: free only for personal non-commercial use
. 2018-02-07 13:19:16.681 Using SSH protocol version 2
. 2018-02-07 13:19:16.681 Have a known host key of type rsa2
. 2018-02-07 13:19:16.681 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-02-07 13:19:16.712 Server also has ecdsa-sha2-nistp384 host key, but we don't know it
. 2018-02-07 13:19:16.712 Host key fingerprint is:
. 2018-02-07 13:19:16.712 ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:19:16.712 Verifying host key rsa2 0x10001,0xc36bea07ed79c50f 07c5bb836c48984e af1e93a500b90506 3798d9b244332356 556f527aacd69424 de529f3260301ee1 ed8c9210ccefd9e0 df96a4efb19a12a4 8319ca2ce0d95163 63becadccf854a70 7fa3cc4d3de48fa7 58c5e9825e4f652e 2f243ab7c47d5aaa 81c3fa8f56665291 47a2d346060dc1e8 0da8be56d6c3c7c2 04a80edd05b86f6f cbb39fe1e01b4648 c1600a974260bf75 ddf492b7d98deec8 ab2f7976d0061587 137cac4bbfc919eb d23880b424352428 ad1c4fbfba075087 d4377cd7df408aef 4a08ae2df19c2ca4 97b5b2c17900a85c 43e666bbd38ac74d 5028be02b93115fe caff4a7e6c229bde 007eb0cd98ba83ff 7b0bb1ecfd31e915 with fingerprint ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:19:16.712 Host key matches configured key
. 2018-02-07 13:19:16.712 Initialised AES-256 SDCTR client->server encryption
. 2018-02-07 13:19:16.712 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-02-07 13:19:16.712 Initialised AES-256 SDCTR server->client encryption
. 2018-02-07 13:19:16.712 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2018-02-07 13:19:16.712 Using username "ftp1".
. 2018-02-07 13:19:16.712 Server offered these authentication methods: publickey,password
. 2018-02-07 13:19:16.712 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2018-02-07 13:19:16.712 Using stored password.
. 2018-02-07 13:19:16.712 Sent password
. 2018-02-07 13:19:16.728 Access granted
. 2018-02-07 13:19:16.728 Opening session as main channel
. 2018-02-07 13:19:16.728 Opened main channel
. 2018-02-07 13:19:16.868 Started a shell/command
. 2018-02-07 13:19:16.868 --------------------------------------------------------------------------
. 2018-02-07 13:19:16.868 Using SFTP protocol.
. 2018-02-07 13:19:16.868 Doing startup conversation with host.
> 2018-02-07 13:19:16.868 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-02-07 13:19:16.884 Type: SSH_FXP_VERSION, Size: 460, Number: -1
. 2018-02-07 13:19:16.884 SFTP version 6 negotiated.
. 2018-02-07 13:19:16.884 Server requests EOL sequence "\r\n".
. 2018-02-07 13:19:16.884 Server support information (supported2):
. 2018-02-07 13:19:16.884 Attribute mask: BFFD, Attribute bits: 7FF, Open flags: FFFF
. 2018-02-07 13:19:16.884 Access mask: 1F01FF, Open block vector: FFFF, Block vector: FFFF, Max read size: 4194304
. 2018-02-07 13:19:16.884 Attribute extensions (0)
. 2018-02-07 13:19:16.884 Extensions (10)
. 2018-02-07 13:19:16.884 version-select
. 2018-02-07 13:19:16.884 text-seek
. 2018-02-07 13:19:16.884 check-file
. 2018-02-07 13:19:16.884 check-file-name
. 2018-02-07 13:19:16.884 check-file-handle
. 2018-02-07 13:19:16.884 check-file-blocks
. 2018-02-07 13:19:16.884 space-available
. 2018-02-07 13:19:16.884 home-directory
. 2018-02-07 13:19:16.884 copy-file
. 2018-02-07 13:19:16.884 copy-data
. 2018-02-07 13:19:16.884 Unknown server extension acl-supported=0x0000003F
. 2018-02-07 13:19:16.884 SFTP versions supported by the server: 2,3,4,6
. 2018-02-07 13:19:16.884 Unknown server extension posix-rename@openssh.com="1"
. 2018-02-07 13:19:16.884 Supports statvfs@openssh.com extension version "2"
. 2018-02-07 13:19:16.884 Unknown server extension fstatvfs@openssh.com="2"
. 2018-02-07 13:19:16.884 Supports hardlink@openssh.com extension version "1"
. 2018-02-07 13:19:16.884 Unknown server extension fsync@openssh.com="1"
. 2018-02-07 13:19:16.884 Unknown server extension attrs@bitvise.com="1"
. 2018-02-07 13:19:16.884 We will use UTF-8 strings as it is mandatory with SFTP version 4 and newer
. 2018-02-07 13:19:16.884 Getting current directory name.
. 2018-02-07 13:19:16.884 Getting real path for '.'
> 2018-02-07 13:19:16.884 Type: SSH_FXP_REALPATH, Size: 11, Number: 16
< 2018-02-07 13:19:16.884 Type: SSH_FXP_NAME, Size: 91, Number: 16
. 2018-02-07 13:19:16.884 Real path is '/'
. 2018-02-07 13:19:16.884 Startup conversation with host finished.
< 2018-02-07 13:19:16.884 Script: Active session: [1] ftp1@127.0.0.1
> 2018-02-07 13:19:16.915 Script: pwd
< 2018-02-07 13:19:16.915 Script: /
> 2018-02-07 13:19:16.978 Script: put -nopermissions -nopreservetime -transfer="binary" -filemask="| */History/; */Files/;" -resumesupport="off" -- "D:\L2L\Client\Out\*.*" "/*.*"
. 2018-02-07 13:19:16.978 Copying 2 files/directories to remote directory "/"
. 2018-02-07 13:19:16.978 PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: *.*
. 2018-02-07 13:19:16.978 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: | */History/; */Files/;; ResumeL: 0
. 2018-02-07 13:19:16.978 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2018-02-07 13:19:16.978 File "D:\L2L\Client\Out\Files" excluded from transfer
* 2018-02-07 13:19:16.978 (EScpSkipFile)
. 2018-02-07 13:19:16.978 File "D:\L2L\Client\Out\History" excluded from transfer
* 2018-02-07 13:19:16.978 (EScpSkipFile)
. 2018-02-07 13:19:16.978 Copying finished: Transferred: 0, Elapsed: 0:00:00, CPS: 0/s
> 2018-02-07 13:19:17.040 Script: exit
. 2018-02-07 13:19:17.040 Script: Exit code: 0
. 2018-02-07 13:19:17.040 Closing connection.
. 2018-02-07 13:19:17.040 Sending special code: 12
. 2018-02-07 13:19:17.040 Sent EOF message
. 2018-02-07 13:19:36.704 --------------------------------------------------------------------------
. 2018-02-07 13:19:36.704 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:19:36.704 Configuration: nul
. 2018-02-07 13:19:36.704 Log level: Normal
. 2018-02-07 13:19:36.704 Local account: STARNET\MORDOR$
. 2018-02-07 13:19:36.704 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:19:36.704 Process ID: 17224
. 2018-02-07 13:19:36.704 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.00302186.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_53623285_372
. 2018-02-07 13:19:36.704 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:19:36.704 Login time: srijeda, 7. veljača 2018. 13:19:36
. 2018-02-07 13:19:36.704 --------------------------------------------------------------------------
. 2018-02-07 13:19:36.704 Script: Retrospectively logging previous script records:
> 2018-02-07 13:19:36.704 Script: option batch on
< 2018-02-07 13:19:36.704 Script: batch on
< 2018-02-07 13:19:36.704 Script: reconnecttime 120
> 2018-02-07 13:19:36.704 Script: option confirm off
< 2018-02-07 13:19:36.704 Script: confirm off
> 2018-02-07 13:19:36.704 Script: option reconnecttime 120
< 2018-02-07 13:19:36.704 Script: reconnecttime 120
> 2018-02-07 13:19:36.704 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:19:36.704 --------------------------------------------------------------------------
. 2018-02-07 13:19:36.704 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:19:36.704 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:19:36.704 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:19:36.704 Tunnel: No
. 2018-02-07 13:19:36.704 Transfer Protocol: SFTP
. 2018-02-07 13:19:36.704 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2018-02-07 13:19:36.704 Disable Nagle: No
. 2018-02-07 13:19:36.704 Proxy: None
. 2018-02-07 13:19:36.704 Send buffer: 262144
. 2018-02-07 13:19:36.704 SSH protocol version: 2; Compression: No
. 2018-02-07 13:19:36.704 Bypass authentication: No
. 2018-02-07 13:19:36.704 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: Yes
. 2018-02-07 13:19:36.704 GSSAPI: Forwarding: No
. 2018-02-07 13:19:36.704 Ciphers: aes,chacha20,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2018-02-07 13:19:36.704 KEX: ecdh,dh-gex-sha1,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2018-02-07 13:19:36.704 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2018-02-07 13:19:36.704 Simple channel: Yes
. 2018-02-07 13:19:36.704 Return code variable: Autodetect; Lookup user groups: Auto
. 2018-02-07 13:19:36.704 Shell: default
. 2018-02-07 13:19:36.704 EOL: LF, UTF: Auto
. 2018-02-07 13:19:36.704 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2018-02-07 13:19:36.704 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2018-02-07 13:19:36.704 SFTP Bugs: Auto,Auto
. 2018-02-07 13:19:36.704 SFTP Server: default
. 2018-02-07 13:19:36.704 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2018-02-07 13:19:36.704 Cache directory changes: Yes, Permanent: Yes
. 2018-02-07 13:19:36.704 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2018-02-07 13:19:36.704 DST mode: Unix
. 2018-02-07 13:19:36.704 --------------------------------------------------------------------------
. 2018-02-07 13:19:36.704 Looking up host "127.0.0.1" for SSH connection
. 2018-02-07 13:19:36.704 Connecting to 127.0.0.1 port 22
. 2018-02-07 13:19:36.704 We claim version: SSH-2.0-WinSCP_release_5.11.3
. 2018-02-07 13:19:36.704 Server version: SSH-2.0-7.35 FlowSsh: Bitvise SSH Server (WinSSHD) 7.35: free only for personal non-commercial use
. 2018-02-07 13:19:36.704 Using SSH protocol version 2
. 2018-02-07 13:19:36.704 Have a known host key of type rsa2
. 2018-02-07 13:19:36.704 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
. 2018-02-07 13:19:36.735 Server also has ecdsa-sha2-nistp384 host key, but we don't know it
. 2018-02-07 13:19:36.735 Host key fingerprint is:
. 2018-02-07 13:19:36.735 ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:19:36.735 Verifying host key rsa2 0x10001,0xc36bea07ed79c50f 07c5bb836c48984e af1e93a500b90506 3798d9b244332356 556f527aacd69424 de529f3260301ee1 ed8c9210ccefd9e0 df96a4efb19a12a4 8319ca2ce0d95163 63becadccf854a70 7fa3cc4d3de48fa7 58c5e9825e4f652e 2f243ab7c47d5aaa 81c3fa8f56665291 47a2d346060dc1e8 0da8be56d6c3c7c2 04a80edd05b86f6f cbb39fe1e01b4648 c1600a974260bf75 ddf492b7d98deec8 ab2f7976d0061587 137cac4bbfc919eb d23880b424352428 ad1c4fbfba075087 d4377cd7df408aef 4a08ae2df19c2ca4 97b5b2c17900a85c 43e666bbd38ac74d 5028be02b93115fe caff4a7e6c229bde 007eb0cd98ba83ff 7b0bb1ecfd31e915 with fingerprint ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38
. 2018-02-07 13:19:36.735 Host key matches configured key
. 2018-02-07 13:19:36.735 Initialised AES-256 SDCTR client->server encryption
. 2018-02-07 13:19:36.735 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2018-02-07 13:19:36.735 Initialised AES-256 SDCTR server->client encryption
. 2018-02-07 13:19:36.735 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2018-02-07 13:19:36.735 Using username "ftp1".
. 2018-02-07 13:19:36.735 Server offered these authentication methods: publickey,password
. 2018-02-07 13:19:36.735 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2018-02-07 13:19:36.735 Using stored password.
. 2018-02-07 13:19:36.735 Sent password
. 2018-02-07 13:19:36.751 Access granted
. 2018-02-07 13:19:36.751 Opening session as main channel
. 2018-02-07 13:19:36.751 Opened main channel
. 2018-02-07 13:19:36.907 Started a shell/command
. 2018-02-07 13:19:36.907 --------------------------------------------------------------------------
. 2018-02-07 13:19:36.907 Using SFTP protocol.
. 2018-02-07 13:19:36.907 Doing startup conversation with host.
> 2018-02-07 13:19:36.907 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2018-02-07 13:19:36.923 Type: SSH_FXP_VERSION, Size: 460, Number: -1
. 2018-02-07 13:19:36.923 SFTP version 6 negotiated.
. 2018-02-07 13:19:36.923 Server requests EOL sequence "\r\n".
. 2018-02-07 13:19:36.923 Server support information (supported2):
. 2018-02-07 13:19:36.923 Attribute mask: BFFD, Attribute bits: 7FF, Open flags: FFFF
. 2018-02-07 13:19:36.923 Access mask: 1F01FF, Open block vector: FFFF, Block vector: FFFF, Max read size: 4194304
. 2018-02-07 13:19:36.923 Attribute extensions (0)
. 2018-02-07 13:19:36.923 Extensions (10)
. 2018-02-07 13:19:36.923 version-select
. 2018-02-07 13:19:36.923 text-seek
. 2018-02-07 13:19:36.923 check-file
. 2018-02-07 13:19:36.923 check-file-name
. 2018-02-07 13:19:36.923 check-file-handle
. 2018-02-07 13:19:36.923 check-file-blocks
. 2018-02-07 13:19:36.923 space-available
. 2018-02-07 13:19:36.923 home-directory
. 2018-02-07 13:19:36.923 copy-file
. 2018-02-07 13:19:36.923 copy-data
. 2018-02-07 13:19:36.923 Unknown server extension acl-supported=0x0000003F
. 2018-02-07 13:19:36.923 SFTP versions supported by the server: 2,3,4,6
. 2018-02-07 13:19:36.923 Unknown server extension posix-rename@openssh.com="1"
. 2018-02-07 13:19:36.923 Supports statvfs@openssh.com extension version "2"
. 2018-02-07 13:19:36.923 Unknown server extension fstatvfs@openssh.com="2"
. 2018-02-07 13:19:36.923 Supports hardlink@openssh.com extension version "1"
. 2018-02-07 13:19:36.923 Unknown server extension fsync@openssh.com="1"
. 2018-02-07 13:19:36.923 Unknown server extension attrs@bitvise.com="1"
. 2018-02-07 13:19:36.923 We will use UTF-8 strings as it is mandatory with SFTP version 4 and newer
. 2018-02-07 13:19:36.923 Getting current directory name.
. 2018-02-07 13:19:36.923 Getting real path for '.'
> 2018-02-07 13:19:36.923 Type: SSH_FXP_REALPATH, Size: 11, Number: 16
< 2018-02-07 13:19:36.923 Type: SSH_FXP_NAME, Size: 91, Number: 16
. 2018-02-07 13:19:36.923 Real path is '/'
. 2018-02-07 13:19:36.923 Startup conversation with host finished.
< 2018-02-07 13:19:36.923 Script: Active session: [1] ftp1@127.0.0.1
> 2018-02-07 13:19:36.938 Script: pwd
< 2018-02-07 13:19:36.938 Script: /
> 2018-02-07 13:19:37.001 Script: put -nopermissions -nopreservetime -transfer="binary" -filemask="| */History/; */Files/;" -resumesupport="off" -- "D:\L2L\Client\Out\*.*" "/*.*"
. 2018-02-07 13:19:37.001 Copying 2 files/directories to remote directory "/"
. 2018-02-07 13:19:37.001 PrTime: No; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: N (102400); CalcS: No; Mask: *.*
. 2018-02-07 13:19:37.001 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: | */History/; */Files/;; ResumeL: 0
. 2018-02-07 13:19:37.001 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
. 2018-02-07 13:19:37.001 File "D:\L2L\Client\Out\Files" excluded from transfer
* 2018-02-07 13:19:37.001 (EScpSkipFile)
. 2018-02-07 13:19:37.001 File "D:\L2L\Client\Out\History" excluded from transfer
* 2018-02-07 13:19:37.001 (EScpSkipFile)
. 2018-02-07 13:19:37.001 Copying finished: Transferred: 0, Elapsed: 0:00:00, CPS: 0/s
> 2018-02-07 13:19:37.063 Script: exit
. 2018-02-07 13:19:37.063 Script: Exit code: 0
. 2018-02-07 13:19:37.063 Closing connection.
. 2018-02-07 13:19:37.063 Sending special code: 12
. 2018-02-07 13:19:37.063 Sent EOF message
. 2018-02-07 13:19:56.706 --------------------------------------------------------------------------
. 2018-02-07 13:19:56.706 WinSCP Version 5.11.3 (Build 7995) (OS 10.0.16299 - Windows 10 Enterprise)
. 2018-02-07 13:19:56.706 Configuration: nul
. 2018-02-07 13:19:56.706 Log level: Normal
. 2018-02-07 13:19:56.706 Local account: STARNET\MORDOR$
. 2018-02-07 13:19:56.706 Working directory: C:\Program Files (x86)\Star Net Software\L2L Client Service
. 2018-02-07 13:19:56.706 Process ID: 3564
. 2018-02-07 13:19:56.706 Command-line: "C:\Program Files (x86)\Star Net Software\L2L Client Service\winscp.exe" /xmllog="C:\WINDOWS\TEMP\wscp4B54.03B36EA8.tmp" /xmlgroups /xmllogrequired /nointeractiveinput /dotnet=5.11.3 /ini=nul /log="C:\Program Files (x86)\Star Net Software\L2L Client Service\sftp_log.txt" /console /consoleinstance=_19284_48912692_507
. 2018-02-07 13:19:56.706 Time zone: Current: GMT+1, Standard: GMT+1 (Central European Standard Time), DST: GMT+2 (Central European Daylight Time), DST Start: 25.03.2018., DST End: 28.10.2018.
. 2018-02-07 13:19:56.706 Login time: srijeda, 7. veljača 2018. 13:19:56
. 2018-02-07 13:19:56.706 --------------------------------------------------------------------------
. 2018-02-07 13:19:56.706 Script: Retrospectively logging previous script records:
> 2018-02-07 13:19:56.706 Script: option batch on
< 2018-02-07 13:19:56.706 Script: batch on
< 2018-02-07 13:19:56.706 Script: reconnecttime 120
> 2018-02-07 13:19:56.706 Script: option confirm off
< 2018-02-07 13:19:56.706 Script: confirm off
> 2018-02-07 13:19:56.706 Script: option reconnecttime 120
< 2018-02-07 13:19:56.706 Script: reconnecttime 120
> 2018-02-07 13:19:56.706 Script: open sftp://ftp1:***@127.0.0.1:22 -hostkey="ssh-rsa 2048 8e:6d:03:76:ea:40:41:cc:9b:54:87:68:23:30:cc:38" -timeout=15
. 2018-02-07 13:19:56.706 --------------------------------------------------------------------------
. 2018-02-07 13:19:56.706 Session name: ftp1@127.0.0.1 (Ad-Hoc site)
. 2018-02-07 13:19:56.706 Host name: 127.0.0.1 (Port: 22)
. 2018-02-07 13:19:56.706 User name: ftp1 (Password: Yes, Key file: No, Passphrase: No)
. 2018-02-07 13:19:56.706 Tunnel: No
. 2018-02-07 13:

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Potential cause for "The version of ...WinSCP.exe () does not match version of this assembly" error.

starnet wrote:

martin wrote:

Can you post a debug log file for both successful and failed run?

I'm having this issue as well. It appears I get this error randomly. I installed your package via Nuget and I am sure .dll and .exe are same version.
We need debug log files, as mentioned above.

Reply with quote

Advertisement

You can post new topics in this forum