Is it possible to work on normal (not SFTP) FTP on Renci SSH.NET? - which client to use?

独自空忆成欢 提交于 2019-12-01 04:20:14

As the name says, the Renci SSH.NET library is an SSH library.

The FTP has nothing to do with the SSH nor the SFTP. Contrary to the SFTP, what in an subsystem of the SSH.

So no, you cannot use the Renci SSH.NET for the FTP protocol.

You may want to read Is "SFTP" and "Ftp over SSL" a same thing? and Differences between SFTP and "FTP over SSH".

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!