FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
472 stars 161 forks source link

Can I host SFTP with this library? #129

Closed AndersMalmgren closed 2 years ago

AndersMalmgren commented 2 years ago

I cant seem to find anything on the subject. I tried to host a server and connect to it using a SFTP client but its refused.

fubar-coder commented 2 years ago

No, only FTPS. FTPS is FTP over SSL/TLS while SFTP is something FTP-alike over SSH, which is a completely different thing.

AndersMalmgren commented 2 years ago

Thanks found something called rebex which cost money and has a aging none async API. But it works. Not has nice API as your solution though