FtpClientChannel Struct Reference
Control or data channel. More...
#include <ftp_client.h>
Data Fields | |
| Socket * | socket |
| Underlying TCP socket. More... | |
| TlsContext * | tlsContext |
| TLS context. More... | |
Detailed Description
Control or data channel.
Definition at line 233 of file ftp_client.h.
Field Documentation
◆ socket
| Socket* socket |
Underlying TCP socket.
Definition at line 235 of file ftp_client.h.
◆ tlsContext
| TlsContext* tlsContext |
TLS context.
Definition at line 237 of file ftp_client.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ftp/ftp_client.h
