Definition at line 42 of file Ftp.cpp.
sf::Ftp::DataChannel::DataChannel |
( |
Ftp & |
Owner | ) |
|
Constructor.
Definition at line 600 of file Ftp.cpp.
sf::Ftp::DataChannel::~DataChannel |
( |
| ) |
|
Destructor.
Definition at line 610 of file Ftp.cpp.
Open the data channel using the specified mode and port.
Definition at line 620 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 683 of file Ftp.cpp.
void sf::Ftp::DataChannel::Send |
( |
const std::vector< char > & |
Data | ) |
|
Send data on the data channel.
Definition at line 702 of file Ftp.cpp.
The documentation for this class was generated from the following file: