Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Private Function GetDownloadStream ( _ remotePath As String, _ origin As SeekOrigin, _ offset As Long _ ) As Stream Implements IFtp.GetDownloadStream |
| C# |
|---|
Stream IFtp.GetDownloadStream( string remotePath, SeekOrigin origin, long offset ) |
Parameters
- remotePath
- Type: System..::..String
- origin
- Type: System.IO..::..SeekOrigin
- offset
- Type: System..::..Int64