iPXE
Data Fields
ftp_control_string Struct Reference

An FTP control channel string. More...

Data Fields

const char * literal
 Literal portion. More...
 
const char *(* variable )(struct ftp_request *ftp)
 Variable portion. More...
 

Detailed Description

An FTP control channel string.

Definition at line 134 of file ftp.c.

Field Documentation

◆ literal

const char* ftp_control_string::literal

Literal portion.

Definition at line 136 of file ftp.c.

Referenced by ftp_next_state().

◆ variable

const char*( * ftp_control_string::variable) (struct ftp_request *ftp)

Variable portion.

Parameters
ftpFTP request
Return values
stringVariable portion of string

Definition at line 142 of file ftp.c.

Referenced by ftp_next_state().


The documentation for this struct was generated from the following file: