In the project we are working on, a new requirement is added: it should be able to receive files via SFTP (SSH) using key / pair authentication. We managed to find an interesting collection of SSH client libraries (such as SSH.Net), but not server ones. The closest we have found so far is the Python library, which we are discussing with IronPython.
How should we do this? Are we missing any libraries or should we work on its implementation ourselves?
Graeme K. Hefner
source share