31#ifndef _FTP_SERVER_DATA_H
32#define _FTP_SERVER_DATA_H
44void ftpServerRegisterDataChannelEvents(FtpClientConnection *connection,
47void ftpServerProcessDataChannelEvents(FtpClientConnection *connection,
50error_t ftpServerOpenDataChannel(FtpClientConnection *connection);
51void ftpServerAcceptDataChannel(FtpClientConnection *connection);
52void ftpServerWriteDataChannel(FtpClientConnection *connection);
53void ftpServerReadDataChannel(FtpClientConnection *connection);
54void ftpServerCloseDataChannel(FtpClientConnection *connection);
error_t
Error codes.
Definition error.h:43
FTP server (File Transfer Protocol)
Structure describing socket events.
Definition socket.h:395