FtpServerChannel Struct Reference
Control or data channel. More...
#include <ftp_server.h>
Data Fields | |
FtpServerChannelState | state |
Channel state. More... | |
Socket * | socket |
Underlying TCP socket. More... | |
TlsContext * | tlsContext |
TLS context. More... | |
Detailed Description
Control or data channel.
Definition at line 379 of file ftp_server.h.
Field Documentation
◆ socket
Socket* socket |
Underlying TCP socket.
Definition at line 382 of file ftp_server.h.
◆ state
FtpServerChannelState state |
Channel state.
Definition at line 381 of file ftp_server.h.
◆ tlsContext
TlsContext* tlsContext |
TLS context.
Definition at line 384 of file ftp_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ftp/ftp_server.h