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