TechnicSolderHelper icon indicating copy to clipboard operation
TechnicSolderHelper copied to clipboard

Add SFTP support

Open zlepper opened this issue 10 years ago • 6 comments

zlepper avatar Feb 08 '15 08:02 zlepper

It should be able to support ssh keys (I know I use one)

Arzte avatar Feb 09 '15 15:02 Arzte

Could you add support for sftp or ftp over ssh and maybe allow the user to enter a port for the ftp. Another thing I was seeing is that when i try to change the ftp:// in the ftpinfo dialog it create a new ftp:// before anything I tried to do.

dustinsurwill avatar Jul 12 '15 19:07 dustinsurwill

ftp:// will only be added if it's not already detected there. Also you can make an ssh tunnel yourself, and then use that if you desperately want ftp over ssl for now.

zlepper avatar Jul 12 '15 20:07 zlepper

"ftp:// will only be added if it's not already detected there. Also you can make an ssh tunnel yourself, and then use that if you desperately want ftp over ssl for now."

This doesn't seem to be the case. When opening the configure FTP dialog, ftp:// is already filled into the host textbox. Attempting to delete it and enter SFTP results in some strange happenings

"ftp://" -> "ftp://sftp://" for example

ReArmedHalo avatar Aug 15 '15 23:08 ReArmedHalo

You should still make it a ftp:// but instead you point it to the localhost, which has the tunnel. The ssh tunnel then ensures that the traffic is encrypted.

-----Original Message----- From: "Dustin Schreiber" [email protected] Sent: ‎8/‎16/‎2015 1:22 To: "zlepper/TechnicSolderHelper" [email protected] Cc: "zlepper" [email protected] Subject: Re: [TechnicSolderHelper] Add SFTP support (#38)

"ftp:// will only be added if it's not already detected there. Also you can make an ssh tunnel yourself, and then use that if you desperately want ftp over ssl for now." This doesn't seem to be the case. When opening the configure FTP dialog, ftp:// is already filled into the host textbox. Attempting to delete it and enter SFTP results in some strange happenings "ftp://" -> "ftp://sftp://" for example — Reply to this email directly or view it on GitHub.

zlepper avatar Aug 16 '15 06:08 zlepper

is there any update for implementing this?

fabm3n avatar Mar 05 '18 17:03 fabm3n