#include <pftpclient.h>
Inheritance diagram for P::FTPData:

Public Member Functions | |
| FTPData (FTPClient *cl, StreamSocketServer &srv) throw (IOError) | |
| FTPData (FTPClient *cl, const NetworkAddress &addr, port_t port) throw (IOError) | |
| ~FTPData () throw () | |
| size_t | write (const char *buffer, size_t count) throw (IOError) |
| Write to device. | |
| size_t | read (char *buffer, size_t count) throw (IOError) |
| Read from device. | |
Definition at line 101 of file pftpclient.h.
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Read from device.
Reimplemented from P::Socket. |
|
||||||||||||
|
Write to device.
Reimplemented from P::Socket. |
1.3.3