Ftp.createDirectory

Create a new directory.

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

class Ftp
createDirectory
(
const(char)[] name
)

Parameters

name
Type: const(char)[]

Name of the directory to create

Return Value

Type: Response

Server response to the request.

Meta