Ftp.changeDirectory

Change the current working directory.

The new directory must be relative to the current one.

class Ftp
changeDirectory
(
const(char)[] directory
)

Parameters

directory
Type: const(char)[]

New working directory

Return Value

Type: Response

Server response to the request.

Meta