FubarDevelopment / FtpServer

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

Support for SFTP protocol #111

Closed sumitneg closed 3 years ago

sumitneg commented 3 years ago

does the existing code also have the functionality to support SFTP protocol

fubar-coder commented 3 years ago

No. SFTP is a completely different protocol. It's based on SSH, not FTP.