Sends a file to the remote end.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Send ( _
	path As String _
)
C#
public void Send(
	string path
)

Parameters

path
Type: System..::..String
File path to read data from.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also