41 #ifndef _networkftpcommand_h
42 #define _networkftpcommand_h
44 #include "Network/ftpmessage.h"
109 void SetArguments(
const String& Args);
112 const String& GetArguments()
const;
FTPCommandList CommandType
The command being issued.
bool Boole
Generally acts a single bit, true or false.
A command that can be issued to an FTP server.
A base class for text based messages exchanged between FTP clients and servers.
FTPCommandList
This enum is a listing of the commands that can be issued to an FTP server.
String::const_iterator StringIterator
Convenience typedef for String iterators.
String CommandArgs
The arguments of the command. Not all commands require this.
The bulk of the engine components go in this namspace.
std::string String
A datatype used to a series of characters.