Ftp.deleteFile

Remove an existing file.

The file name must be relative to the current working directory. Use this function with caution, the file will be removed permanently!

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

Parameters

name
Type: const(char)[]

Name of the file to remove

Return Value

Type: Response

Server response to the request.

Meta