Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP support? #23

Closed
mirhagk opened this issue Dec 17, 2016 · 7 comments
Closed

SFTP support? #23

mirhagk opened this issue Dec 17, 2016 · 7 comments

Comments

@mirhagk
Copy link

mirhagk commented Dec 17, 2016

As far as I can tell it isn't support, but issue #4 suggests that there is SFTP support?

Either way the readme should probably mention it (either that it's supported or not supported) just to clear things up

@robinrodricks
Copy link
Owner

As I'm not the original author of the lib, I don't know for sure. But FTP through SSL is definitely supported. There is some confusion between SFTP and FTPS, both being different protocols/methods.

@mirhagk
Copy link
Author

mirhagk commented Dec 20, 2016

Yes for sure there is confusion. As far as I can tell the library doesn't support SFTP (which is FTP over SSH), I've tried to make it work and it fails, and looks like the original project maintainer confirmed that it did not support SFTP as of Mar 2013.

Because of the confusion around this there should definitely be something in the readme (or at least in an FAQ or something) that says SFTP, that is FTP over SSH, is not supported while FTPS, that is FTP over SSL is supported.

@BobEntwhistle
Copy link
Contributor

From https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol :
"SFTP is not FTP run over SSH, but rather a new protocol designed from the ground up by the IETF SECSH working group."

@BobEntwhistle
Copy link
Contributor

If you need SFTP support, this library will do it: https://github.com/sshnet/SSH.NET

@mirhagk
Copy link
Author

mirhagk commented Dec 20, 2016

Ah okay, but yeah the readme or something should clarify that this does not have SFTP support on the home page. At least mentioning what protocols are supported. I'm sure I'm not the only one to confuse all the different FTP related protocols

@robinrodricks
Copy link
Owner

robinrodricks commented Dec 21, 2016

@mirhagk - Good idea. Readme has been updated. Check it out!

https://github.com/hgupta9/FluentFTP/

@mirhagk
Copy link
Author

mirhagk commented Dec 21, 2016

Awesome 👍 Very clear and helpful

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

No branches or pull requests

3 participants