Public Member Functions | List of all members
sf::Ftp::DataChannel Class Reference
Inheritance diagram for sf::Ftp::DataChannel:
sf::NonCopyable

Public Member Functions

 DataChannel (Ftp &Owner)
 Constructor. More...
 
 ~DataChannel ()
 Destructor. More...
 
Ftp::Response Open (Ftp::TransferMode Mode)
 Open the data channel using the specified mode and port. More...
 
void Send (const std::vector< char > &Data)
 Send data on the data channel. More...
 
void Receive (std::vector< char > &Data)
 Receive data on the data channel until it is closed. More...
 

Detailed Description

Definition at line 42 of file Ftp.cpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

Ftp::Response sf::Ftp::DataChannel::Open ( Ftp::TransferMode  Mode)

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: