sword::FTPTransport Class Reference

TODO: document A base class to be used for reimplementation of network services. More...

#include <ftptrans.h>

Inheritance diagram for sword::FTPTransport:

Inheritance graph
[legend]
Collaboration diagram for sword::FTPTransport:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FTPTransport (const char *host, StatusReporter *statusReporter=0)
virtual char getURL (const char *destPath, const char *sourceURL, SWBuf *destBuf=0)
int copyDirectory (const char *urlPrefix, const char *dir, const char *dest, const char *suffix)
virtual std::vector< struct
DirEntry
getDirList (const char *dirURL)
void setPassive (bool passive)
void terminate ()

Protected Attributes

StatusReporterstatusReporter
bool passive
bool term
SWBuf host

Detailed Description

TODO: document A base class to be used for reimplementation of network services.

Definition at line 34 of file ftptrans.h.


The documentation for this class was generated from the following file: