Data Fields | |
| const char * | literal |
| Literal portion. | |
| const char *(* | variable )(struct ftp_request *ftp) |
| Variable portion. | |
Definition at line 113 of file ftp.c.
| const char* ftp_control_string::literal |
| const char*( * ftp_control_string::variable)(struct ftp_request *ftp) |
Variable portion.
| ftp | FTP request |
| string | Variable portion of string |
Referenced by ftp_next_state().
1.5.7.1