QuickConnectPlugin icon indicating copy to clipboard operation
QuickConnectPlugin copied to clipboard

Incompatibility with the SCP protocol in WinSCP

Open TheRaf974 opened this issue 3 years ago • 1 comments

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

TheRaf974 avatar Oct 23 '22 14:10 TheRaf974

Hello.

I will look into it tomorrow.

cristianst85 avatar Oct 23 '22 16:10 cristianst85

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

cristianst85 avatar Dec 10 '22 18:12 cristianst85

I just tried it and it works. Thanks for the feature @cristianst85 !!!

TheRaf974 avatar Dec 10 '22 18:12 TheRaf974