Click or drag to resize

FileSystemClientUploadDirectory Method (String, String)

Uploads the files in the specified directory to the file system.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public void UploadDirectory(
	string localSourcePath,
	string targetPath
)

Parameters

localSourcePath
Type: SystemString
The path of the directory on the local file system containing the files to upload.
targetPath
Type: SystemString
The path of the directory on the file system where the files should be stored. This path must not refer to an existing directory.
See Also