sf::Ftp::DataChannel Class Reference
List of all members.
Public Member Functions |
| DataChannel (Ftp &owner) |
| Constructor.
|
| ~DataChannel () |
| Destructor.
|
Ftp::Response | Open (Ftp::TransferMode mode) |
| Open the data channel using the specified mode and port.
|
void | Send (const std::vector< char > &data) |
| Send data on the data channel.
|
void | Receive (std::vector< char > &data) |
| Receive data on the data channel until it is closed.
|
Detailed Description
Definition at line 42 of file Ftp.cpp.
Constructor & Destructor Documentation
sf::Ftp::DataChannel::DataChannel |
( |
Ftp & |
owner |
) |
|
Constructor.
Definition at line 602 of file Ftp.cpp.
sf::Ftp::DataChannel::~DataChannel |
( |
|
) |
|
Destructor.
Definition at line 612 of file Ftp.cpp.
Member Function Documentation
Open the data channel using the specified mode and port.
Definition at line 622 of file Ftp.cpp.
void sf::Ftp::DataChannel::Receive |
( |
std::vector< char > & |
data |
) |
|
Receive data on the data channel until it is closed.
Definition at line 685 of file Ftp.cpp.
void sf::Ftp::DataChannel::Send |
( |
const std::vector< char > & |
data |
) |
|
Send data on the data channel.
Definition at line 704 of file Ftp.cpp.
The documentation for this class was generated from the following file: