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

Implements

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also