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

Implements

IFtp..::..GetUploadStream(String, SeekOrigin, Int64)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also