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, _ traversalMode As TraversalMode _ ) |
C# |
---|
void Upload( string localPath, string remoteDirectoryPath, TraversalMode traversalMode ) |
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.
- traversalMode
- Type: Rebex.IO..::..TraversalMode
Traversal mode. Specifies whether the whole hierarchy or files only are transferred.