Connects to the SCP host.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Sub Connect ( _ serverName As String _ ) |
| C# |
|---|
public void Connect( string serverName ) |
Parameters
- serverName
- Type: System..::..String
The host address - either a hostname or a dotted string address.