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 372 of file ftp_server.h.
Field Documentation
◆ socket
| Socket* socket |
Underlying TCP socket.
Definition at line 375 of file ftp_server.h.
◆ state
| FtpServerChannelState state |
Channel state.
Definition at line 374 of file ftp_server.h.
◆ tlsContext
| TlsContext* tlsContext |
TLS context.
Definition at line 377 of file ftp_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ftp/ftp_server.h
