How to get a Stream object for a remote file on SFTP using SharpSSH library?
- by Alexander
How can I get a Stream object to read the file that is on SFTP share?
I see that there is functionality to download a file from SFTP using Sftp class, but I need a Stream object to be able to show the download progress.