Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Add SFTP support #38

Open
zlepper opened this issue Feb 8, 2015 · 6 comments
Open

Add SFTP support #38

zlepper opened this issue Feb 8, 2015 · 6 comments

Comments

@zlepper
Copy link
Owner

zlepper commented Feb 8, 2015

No description provided.

@Arzte
Copy link

Arzte commented Feb 9, 2015

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

@dustinsurwill
Copy link

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.

@zlepper
Copy link
Owner Author

zlepper commented Jul 12, 2015

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.

@ReArmedHalo
Copy link

"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

@zlepper
Copy link
Owner Author

zlepper commented Aug 16, 2015

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.

@fabm3n
Copy link

fabm3n commented Mar 5, 2018

is there any update for implementing this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants