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