Click or drag to resize

FtpCreateFolder Method

Creates a folder on the server.

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

Parameters

remotePath
Type: SystemString
Pathname of the new remote folder.

Return Value

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