Uploads the specific local file or directory hierarchy to the directory to the SFTP server. Accepts wildcards.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Sub Upload ( _ localPath As String, _ remoteDirectoryPath As String _ ) |
| C# |
|---|
public void Upload( string localPath, string remoteDirectoryPath ) |
Parameters
- localPath
- Type: System..::..String
The path (with or without wildcards) of the local file or directory.
- remoteDirectoryPath
- Type: System..::..String
The path of the remote directory. This must be a directory.