Uploads the content of the data stream to the file on the server, overriding it if it already exists.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Function PutFile ( _
	sourceStream As Stream, _
	remotePath As String _
) As Long
C#
public long PutFile(
	Stream sourceStream,
	string remotePath
)

Parameters

sourceStream
Type: System.IO..::..Stream
The source data stream.
remotePath
Type: System..::..String
The path of the remote file. This cannot be a directory.

Return Value

Number of bytes transferred.

Implements

IFtp..::..PutFile(Stream, String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also