How to communicate with SFTP server

后端 未结 7 1515
谎友^
谎友^ 2021-02-14 01:48

I\'ve written a service for our customer that automatically transmits files to given destinations using FTP. For historic reasons I\'m using WinInet to perform the FTPing. All w

7条回答
  •  执念已碎
    2021-02-14 01:51

    I created a demo of interactions with SFTP server using WinSCP.

    This application is able to upload, delete, rename and fetch info of files system in an SFTP Server using WinSCP .NET Assembly.

    Take a look at: https://github.com/ducfilan/SFTP-with-WinSCP

提交回复
热议问题