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