Click here to Skip to main content
15,889,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to access sftp protocal from ftp protocal in application by using c#....
Posted

1 solution

This is the library for you: SSH.NET Library[^]. It supports a lot of stuff and also:

Copied from the sites feature list:

  • Execution of SSH command using both synchronous and asynchronous methods
  • Return command execution exit status and other information
  • Provide SFTP functionality for both synchronous and asynchronous operations.
  • Provides SCP functionality.
  • Provide status report for upload and download sftp operations to allow accurate progress bar implementation
  • Remote, dynamic and local port forwarding
  • Shell/Terminal implementation.
  • Specify key file pass phrase
  • Use multiple key files to authenticate


Regards,
— Manfred
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900