41 #ifndef _networkftpresponse_h
42 #define _networkftpresponse_h
44 #include "Network/ftpmessage.h"
140 void AddLine(
const String& NewLine);
147 Whole GetNumLines()
const;
153 Boole IsMultiline()
const;
FTPResponseCode ResponseCode
The 3 digit response code that identifies the nature of the response from the server.
bool Boole
Generally acts a single bit, true or false.
LineContainer ResponseLines
Container storing each line in this response.
LineContainer::iterator LineIterator
Iterator type for each line in a response.
A base class for text based messages exchanged between FTP clients and servers.
LineContainer::const_iterator ConstLineIterator
Const Iterator type for each line in a response.
FTPResponseCode
This enum is a listing of the response codes that can be used in response to FTP commands.
A response to a command generated by a FTP server.
String::const_iterator StringIterator
Convenience typedef for String iterators.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
std::string String
A datatype used to a series of characters.
std::vector< String > LineContainer
Container type for one or more lines in a response.