addUser(const std::string &name, const std::string &pass, const std::string &home="/", const std::string &root="/", bool writePermission=true, bool bootPermission=true) | BFTPServer | |
anonymousLoginOK() | BFTPServer | |
BFTPServer() | BFTPServer | |
BFTPServer(short port) | BFTPServer | |
bind(short port) | BTCPConnection | |
BTCPConnection(long addr, short port) | BTCPConnection | |
BTCPConnection(const std::string &host, short port) | BTCPConnection | |
BTCPConnection(short port) | BTCPConnection | |
BTCPConnection() | BTCPConnection | |
buf | BTCPConnection | [protected] |
close() | BTCPConnection | [virtual] |
conn | BTCPConnection | [protected] |
connected() | BTCPConnection | [inline] |
connectionDidClose(BFTPControlConn *conn) | BFTPServer | |
delegate() (defined in BFTPServer) | BFTPServer | [inline] |
doNonblocking | BTCPConnection | [protected] |
getInactivityTimeout() | BFTPServer | [inline] |
getMasqueradeAsHost() | BFTPServer | [inline] |
getMOTDFile() | BFTPServer | [inline] |
getNumberOfUsers() (defined in BFTPServer) | BFTPServer | [inline] |
getPortRangeEnd() | BFTPServer | [inline] |
getPortRangeStart() | BFTPServer | [inline] |
getTransferBlockSize() | BFTPServer | [inline] |
getUserWithName(const std::string &name) (defined in BFTPServer) | BFTPServer | |
handle() | BFTPServer | [virtual] |
handleAccept() | BFTPServer | [protected, virtual] |
handleClose() | BTCPConnection | [protected, virtual] |
handleConnection() | BTCPConnection | [protected, virtual] |
handleInput(const unsigned char *buf, int bufleno) | BTCPConnection | [protected, virtual] |
isServer | BTCPConnection | [protected] |
lastaddr | BTCPConnection | [protected] |
makeBlocking() | BTCPConnection | |
makeNonblocking() | BTCPConnection | |
numActiveConnections() | BFTPServer | [inline] |
portnum | BTCPConnection | [protected] |
portNumber() | BTCPConnection | [inline] |
rbs | BTCPConnection | [protected] |
read(char *buf, int buflen) | BTCPConnection | |
readBlockSize() | BTCPConnection | [protected] |
screenSaverTimeout() | BFTPServer | [inline] |
setDelegate(Delegate *deleg) (defined in BFTPServer) | BFTPServer | |
setInactivityTimeout(int timeout) | BFTPServer | |
setMasqueradeAsHost(const std::string &host) | BFTPServer | |
setMOTDFile(const std::string &motdFile) | BFTPServer | |
setPortRangeEnd(int portRangeEnd) | BFTPServer | |
setPortRangeStart(int portRangeStart) | BFTPServer | |
setReadBlockSize(unsigned int rbs) | BTCPConnection | [protected] |
setScreenSaverTimeout(int to) | BFTPServer | [inline] |
setTransferBlockSize(size_t size) | BFTPServer | [inline] |
sock | BTCPConnection | [protected] |
write(const unsigned char *buf, int buflen=-1) | BTCPConnection | |
write(const char *buf, int buflen=-1) | BTCPConnection | [inline] |
writeRaw(const unsigned char *buf, int buflen) | BTCPConnection | |
~BFTPServer() (defined in BFTPServer) | BFTPServer | |
~BTCPConnection() (defined in BTCPConnection) | BTCPConnection | [virtual] |