Sftp.GetDownloadStream Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
GetDownloadStream(String)
Returns a Stream for reading data from the remote file.
Declaration
public Stream GetDownloadStream(string remotePath)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The path of the remote file. |
Returns
Type | Description |
---|---|
Stream | A Stream for reading data from the remote file |