Implement SFTP server in .NET
I need to implement SFTP Server within .net core project. I realize the most commonly used library for SSH is SSH.net but I didn`t found anything about server implementation using the library, Only SFTP clients. Does anyone have any experience creating an SFTP server using the library?