How to get a Stream object for a remote file on SFTP using SharpSSH library?

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-03-13T11:23:27Z Indexed on 2010/03/13 11:25 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sftp