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

Parameters

remotePath  String
Pathname of the new remote folder.

Return Value

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