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.26109.1248
Syntax
public string CreateAllFolders(
	string remotePath
)

Parameters

remotePath  String
Pathname of the new remote folder.

Return Value

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