Ftp.Response

Define a FTP response.

Members

Enums

Status
enum Status

Status codes possibly returned by a FTP response.

Functions

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