kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
66 stars 27 forks source link

New Feature: Added SCP by SFTP Client installed on system #56

Open majidshirazy opened 3 years ago

majidshirazy commented 3 years ago

Added SCP feature by using Installed sftp client. Added button of SCP after DuplicateHost right click menu of a host in folders.

kuthulux commented 3 years ago

Hi thanks, good idea, but not everybody uses filezilla, perhaps it should be more helpful to have a property in settings to setup which client to use, and pass variables for host, password, etc. for instance: sftp client: filezilla %user%:%password%@%host%:%port% or sftp client: xdg-open %user%:%password%@%host%:%port%

this way, we can use nautilus, nemo, or any sftp client, or let xdg-open handle it.

at startup we can check which client is available and use that as default (check for filezilla, nautilus, dolphin etc)

majidshirazy commented 3 years ago

Hello I've changed the code and its now open with xdg , in next version I'll set option in setting. Thanks

yma-het commented 1 year ago

Can you make this feature optional?