FTP
Collaboration diagram for FTP:
Classes | |
class | FtpServerConnection |
Macros | |
#define | MAX_FTP_CMD 255 |
Typedefs | |
typedef FtpServerConnection | FTPServerConnection |
Enumerations | |
enum | FtpConnectionState { eFCS_Ready, eFCS_Authorization, eFCS_Active } |
Detailed Description
Macro Definition Documentation
◆ MAX_FTP_CMD
#define MAX_FTP_CMD 255 |
Typedef Documentation
◆ FTPServerConnection
Enumeration Type Documentation
◆ FtpConnectionState
enum FtpConnectionState |