FtpClientChannel Struct Reference

Control or data channel. More...

#include <ftp_client.h>

Data Fields

Socketsocket
 Underlying TCP socket. More...
 
TlsContexttlsContext
 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: