Implement SFTP server in .NET
02:14 20 Jun 2022

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?

.net ssh.net