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

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

Syntax

Visual Basic
Function PutFile ( _
	sourceStream As Stream, _
	remotePath As String _
) As Long
C#
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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also