While looking for an SFTP client in C# SSH File Transfer Protocol (SFTP), I\'ve come across these two suitable projects - one and two.
While trying to understand the
SFTP is it's own protocol. FTP over SSH is using FTP once you're connected via SSH.