Ftp.createDirectory

Create a new directory.

The new directory is created as a child of the current working directory.

class Ftp
createDirectory
(
string name
)

Parameters

name string

Name of the directory to create.

Return Value

Type: Response

Server response to the request.

Meta