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