Differences between SFTP and “FTP over SSH”

前端 未结 8 1081
礼貌的吻别
礼貌的吻别 2020-12-02 10:19

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

8条回答
  •  死守一世寂寞
    2020-12-02 11:03

    SFTP is actually another protocol that runs over SSH - an extension of SSH if you like. People tend to use SFTP rather than tunnelling FTP over SSH.

    For comprehensive SFTP support in .NET try edtFTPnet/PRO. It's been around a long time with support for many different SFTP servers.

提交回复
热议问题