-
kcFTP123
Guest
incompatible external console protocol version 6
Advertisement
I get this error "incompatible external console protocol version 6" when trying to execute my Powershell script.
Advertisement
-
kcFTP123
Guest
Update
I just updated to 554 version of WinSCP. Seems to help, now I just get a timeout error :(
-
kcFTP123
Guest
Port
How can i define a port in my powershell script?
-
martin◆
Site Admin - Joined:
- Posts:
- 41,505
- Location:
- Prague, Czechia
Re: incompatible external console protocol version 6
You were using a very different versions of WinSCP and the WinSCP .NET assembly and you tried to overcome that by settingI get this error "incompatible external console protocol version 6" when trying to execute my Powershell script.
Session.DisableVersionCheck
. You should always use the same version of both components.
-
martin◆
Site Admin - Joined:
- Posts:
- 41,505
- Location:
- Prague, Czechia
Re: Port
UseHow can i define a port in my powershell script?
SessionOptions.PortNumber
:
https://winscp.net/eng/docs/library_sessionoptions
Advertisement
-
meng.xiao
Guest
same error on WINSCP version 5.1.2.0
Hi Martin,
I got the same error with WinSCP 5.1.2.0 and WinSCPnet.dll version 5.5.6.0
of course i turned off the version check on my session (using Powershell script)
I saw somewhere on the site said the dll file will work with any WinSCP version 5+
Anyway I can overcome this error without installing the later version of WinSCP??
Thanks,
Meng
I got the same error with WinSCP 5.1.2.0 and WinSCPnet.dll version 5.5.6.0
of course i turned off the version check on my session (using Powershell script)
I saw somewhere on the site said the dll file will work with any WinSCP version 5+
Anyway I can overcome this error without installing the later version of WinSCP??
Thanks,
Meng
-
martin◆
Site Admin - Joined:
- Posts:
- 41,505
- Location:
- Prague, Czechia
Re: same error on WINSCP version 5.1.2.0
WinSCP .NET assembly is supported since version 5.0.6 only. And generally it's not recommended to use different version of the assembly and WinSCP. What's the problem about upgrading WinSCP?I got the same error with WinSCP 5.1.2.0 and WinSCPnet.dll version 5.5.6.0
of course i turned off the version check on my session (using Powershell script)
I saw somewhere on the site said the dll file will work with any WinSCP version 5+
Anyway I can overcome this error without installing the later version of WinSCP??
-
Panzer
Guest
incompatible external console protocol version 5
Hi I downloaded the version WinSCP 5.7.3 . But get in VB.Net the error message :
{WinSCP.SessionLocalException: You can disable this check using Session.DisableVersionCheck ( not recommended ) . at WinSCP.ExeSessionProcess.CheckVersion (String ExePath , FileVersionInfo AssemblyVersion ) at WinSCP.ExeSessionProcess..ctor ( Session session ) at WinSCP.Session.Open ( Session Options Session Options
but when I sat Session.DisableVersionCheck = true , then I get the error message :
incompatible external console protocol version 5
can you help me pls?
{WinSCP.SessionLocalException: You can disable this check using Session.DisableVersionCheck ( not recommended ) . at WinSCP.ExeSessionProcess.CheckVersion (String ExePath , FileVersionInfo AssemblyVersion ) at WinSCP.ExeSessionProcess..ctor ( Session session ) at WinSCP.Session.Open ( Session Options Session Options
but when I sat Session.DisableVersionCheck = true , then I get the error message :
incompatible external console protocol version 5
can you help me pls?
-
martin◆
Site Admin
Re: incompatible external console protocol version 5
Still the same: You are using a different versions of WinSCP and the WinSCP .NET assembly. You should always use the same version of both components.
Advertisement
You can post new topics in this forum