Uploads the specified local file or directory hierarchy to the directory to the FTP server. Accepts wildcards.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub Upload ( _
	localPath As String, _
	remoteDirectoryPath As String, _
	traversalMode As TraversalMode _
)
C#
public void Upload(
	string localPath,
	string remoteDirectoryPath,
	TraversalMode traversalMode
)

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.
traversalMode
Type: Rebex.IO..::..TraversalMode
Traversal mode. Specifies whether the whole hierarchy or files only are transferred.

Implements

IFtp..::..Upload(String, String, TraversalMode)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also