![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cClientFTP.h>
Public Attributes | |
| const char * | m_pszCmd |
| all caps More... | |
| StrLen_t | m_iCmdLen |
| const char * | m_pszSyntax |
| description and arguments. More... | |
| DWORD | m_dwFlags |
| CF_TYPE_ ex. CF_AUTHENTICATE. More... | |
| FTP_CMD_FUNC | m_Function |
| The code to exec the action. a method in cClientFTP. More... | |
Describe each of the commands we can process.
| DWORD GrayFTP::CFTPCmd::m_dwFlags |
CF_TYPE_ ex. CF_AUTHENTICATE.
| FTP_CMD_FUNC GrayFTP::CFTPCmd::m_Function |
The code to exec the action. a method in cClientFTP.
| StrLen_t GrayFTP::CFTPCmd::m_iCmdLen |
| const char* GrayFTP::CFTPCmd::m_pszCmd |
all caps
| const char* GrayFTP::CFTPCmd::m_pszSyntax |
description and arguments.