Did Read It
Thanks a lot I could resolve this using:
//According to https://winscp.net/eng/docs/rawsettings this is how you set up the Preferred SSH protocol version under .net assembly
//...0-5 = SFTP version number
sessionOptions.AddRawSettings("SFTPMaxVersion", "3");
Thanks again,
Gabe.
//According to https://winscp.net/eng/docs/rawsettings this is how you set up the Preferred SSH protocol version under .net assembly
//...0-5 = SFTP version number
sessionOptions.AddRawSettings("SFTPMaxVersion", "3");
Thanks again,
Gabe.