.NET Components for Mobility
Sends the specified file to the specified host address.

Declaration Syntax
public void UploadFile(
string sourceFileName,
string address
)
Public Sub UploadFile ( _
sourceFileName As String, _
address As String _
)

Parameters
- sourceFileName (String)
- String. Path and name of file to upload. Required.
- address (String)
- String or Uri. URL, IP address, or URI of destination server. Required.

Remarks
Assembly:
InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0