31#ifndef _FTP_SERVER_CONTROL_H
32#define _FTP_SERVER_CONTROL_H
44void ftpServerRegisterControlChannelEvents(FtpClientConnection *connection,
47void ftpServerProcessControlChannelEvents(FtpClientConnection *connection,
50void ftpServerAcceptControlChannel(FtpServerContext *context);
51void ftpServerCloseControlChannel(FtpClientConnection *connection);
FTP server (File Transfer Protocol)
Structure describing socket events.
Definition socket.h:395