sf::Ftp::DataChannel Class Reference
Inheritance diagram for sf::Ftp::DataChannel:
sf::NonCopyable

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

◆ DataChannel()

sf::Ftp::DataChannel::DataChannel ( Ftp & Owner)

Constructor.

Definition at line 600 of file Ftp.cpp.

◆ ~DataChannel()

sf::Ftp::DataChannel::~DataChannel ( )

Destructor.

Definition at line 610 of file Ftp.cpp.

Member Function Documentation

◆ Open()

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.

◆ Receive()

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.

◆ Send()

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: