Ftp.ListingResponse

Specialization of FTP response returning a filename lisiting.

class Ftp
class ListingResponse : Response {}

Members

Functions

getFilenames
const(string[]) getFilenames()

Return the array of directory/file names.

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