Uploading and downloading file on SFTP using private key in .NET using SharpSSH
Topic to cover:
Connecting SFTP using Private Key using .NET console App
• Downloading and Uploading File
For complete SFTP operation in detail check link below:
Article: http://www.techsapphire.in/index/sftp_download_upload_and_delete_file_using_sharpssh_library/0-150
Video: https://youtu.be/VVqh0BCgFpM
Library used Sharpssh. To install:
• Got to Tools:>Library Package Manager:>Manage NuGet Pankages for solutions
• Search SharpSSh
• Install
To view comple
...
Read more »