Error
Hello Martin
1. WinSCP.exe (Version 5.19.2(Build 11614)) --> OK
File protocol: SFTP
Host name: 192.168.185.251
Port number: 22
User name: manufact
Password: SUNRISE
First connect display --> "ssh-rsa 2048 d7:db:c5:44:8e:f6:55:87:bd:c9:1e:e8:53:71:e1:45"
2. In DOS mode state run winscp.com (Version ?) -->
Error in here
Error in here:
Thanks
Henry Lo
1. WinSCP.exe (Version 5.19.2(Build 11614)) --> OK
File protocol: SFTP
Host name: 192.168.185.251
Port number: 22
User name: manufact
Password: SUNRISE
First connect display --> "ssh-rsa 2048 d7:db:c5:44:8e:f6:55:87:bd:c9:1e:e8:53:71:e1:45"
2. In DOS mode state run winscp.com (Version ?) -->
3. Microsoft Visual Studio Community 2017 Ver.15.9.9Incompatible external console protocol version 1
Dim sessionOptions As New SessionOptions Dim session1 As New Session With sessionOptions .Protocol = Protocol.Sftp .HostName = "192.168.185.251" .UserName = "manufact" .Password = "SUNRISE" .PortNumber = 22 .FtpMode = FtpMode.Active .FtpSecure = FtpSecure.None .SshHostKeyFingerprint = "ssh-rsa 2048 d7:db:c5:44:8e:f6:55:87:bd:c9:1e:e8:53:71:e1:45" .GiveUpSecurityAndAcceptAnySshHostKey = True End With session1.DisableVersionCheck = false session1.Open(sessionOptions)
WinSCP.SessionLocalException:The version of c:\Program Files(x86)\WinSCP\winscp.exe(5.19.2.0) does not match version of this assembly c:\User\AppData\Local\Temporary Projects\WindowsApp1\bin\Debug\WinSCPnet.Dll(5.17.1.0)
session1.DisableVersionCheck = True session1.Open(sessionOptions)
Can you pls. helo what Could wrong?WinSCP.SessionLocalException:不相容的外部主控台協定版本9
Thanks
Henry Lo