Click or drag to resize

FtpCreateAllFolders Method

Creates all the directories and subdirectories in a specified by the remotePath. Some servers implement this feature by default, in such case you can use CreateFolder(String) method.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public string CreateAllFolders(
	string remotePath
)

Parameters

remotePath
Type: SystemString
Pathname of the new remote folder.

Return Value

Type: String
Absolute path of the newly created remote folder.
See Also