Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

GieltjE

Re: WinSCP 5.6.2 beta .NET assembly raw commands broken

martin wrote:

Thanks for your report.

This bug has been added to the tracker:
https://winscp.net/tracker/1234

I'm sending you an email with a dev version of WinSCP to address you have used to register on this forum.


The beta version performs like it should, many thanks for the quick fix!
martin

Re: WinSCP 5.6.2 beta .NET assembly raw commands broken

Thanks for your report.

This bug has been added to the tracker:
https://winscp.net/tracker/1234

I'm sending you an email with a dev version of WinSCP to address you have used to register on this forum.
GieltjE

WinSCP 5.6.2 beta .NET assembly raw commands broken

Setting any rawcommand using the 5.6.2 beta using SFTP with public key authentication release gives an exception, this used to work just fine with 5.6.1

WinSCP.SessionRemoteException: Host "SshProt=3" does not exist.

   at WinSCP.SessionLogReader.Read(LogReadFlags flags)
   at WinSCP.ElementLogReader.Read(LogReadFlags flags)
   at WinSCP.SessionElementLogReader.Read(LogReadFlags flags)
   at WinSCP.CustomLogReader.TryWaitForNonEmptyElement(String localName, LogReadFlags flags)
   at WinSCP.Session.Open(SessionOptions sessionOptions)
   at Extends.Functions.Server.Sftp.OpenSession(String writeableTestDirectory, String host, String user, String fingerprint)