#include <string>
Go to the source code of this file.
Classes | |
class | Worker |
The worker thread. More... | |
struct | Worker::fileloc |
Worker helper class for keeping track of file locations. More... | |
Namespaces | |
namespace | headers |
Namespace for protocol headers. | |
Variables | |
const string | headers::filecopy = "FC" |
const string | headers::authenticate = "AUTH" |
const string | headers::ok = "OK" |
const string | headers::delim = ":" |
const string | headers::end = "\r\n" |
const string | headers::close = "CLOSE" |
const string | headers::extract = "EXTRACT" |