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

Implements

IFtp..::..GetFile(String, String, Int64, Int64)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also