Ftp.DirectoryResponse

Specialization of FTP response returning a directory.

class Ftp
class DirectoryResponse : Response {}

Members

Functions

getDirectory
string getDirectory()

Get the directory returned in the response.

Inherited Members

From Response

Status
enum Status

Status codes possibly returned by a FTP response.

getMessage
string getMessage()

Get the full message contained in the response.

getStatus
Status getStatus()

Get the status code of the response.

isOk
bool isOk()

Check if the status code means a success.

Meta