Incompatibility with the SCP protocol in WinSCP
Hi,
I'm experimenting an issue with the plugin when I try to connect a WinSCP session. The server which I'm trying to connect to, doesn't work with the SCP protocol but with SFTP protocol, yes.
In WinScpArgumentsFormatter.cs, the SCP protocol is hard coded.
Is it possible to add an optionnal argument to select the SFTP protocol instead of SCP protocol ?
Regards
Hello.
I will look into it tomorrow.
Hello.
I've just implemented your request in the latest release candidate 0.6.0-rc.1. You can specify the protocol via the additional options (e.g., protocol:sftp), if omitted it defaults to scp.
Let me know if this works for you.
Best regards, Cristian
I just tried it and it works. Thanks for the feature @cristianst85 !!!