 |
CycloneTCP CycloneSSL CycloneCrypto
1.9.6
|
Go to the documentation of this file.
31 #ifndef _FTP_SERVER_DATA_H
32 #define _FTP_SERVER_DATA_H
Structure describing socket events.
void ftpServerWriteDataChannel(FtpClientConnection *connection)
Write data to the data connection.
error_t ftpServerOpenDataChannel(FtpClientConnection *connection)
Open data connection.
void ftpServerRegisterDataChannelEvents(FtpClientConnection *connection, SocketEventDesc *eventDesc)
Register data connection events.
void ftpServerCloseDataChannel(FtpClientConnection *connection)
Close data connection.
void ftpServerAcceptDataChannel(FtpClientConnection *connection)
Accept data connection.
FTP server (File Transfer Protocol)
void ftpServerProcessDataChannelEvents(FtpClientConnection *connection, uint_t eventFlags)
Data connection event handler.
#define FtpClientConnection
void ftpServerReadDataChannel(FtpClientConnection *connection)
Read data from the data connection.