|
C++ FTP Stack
0.10
|
FTP 응답 메시지를 파싱하여서 저장하는 클래스 더 자세히 ...
Public 멤버 함수 | |
| CFtpResponse () | |
| ~CFtpResponse () | |
| int | Parse (const char *pszText, int iTextLen) |
| FTP 응답 메시지를 파싱하여서 내부 자료구조에 저장한다. | |
| int | ParseLine (const char *pszText, int iTextLen, bool &bLastLine) |
| FTP 응답 메시지의 1라인을 파싱하여서 내부 자료구조에 저장한다. | |
| bool | GetIpPort (std::string &strIp, int &iPort) |
| 응답 메시지에서 IP주소 및 포트 번호를 가져온다. | |
Public 속성 | |
| int | m_iCode |
| FTP 응답 코드 | |
| STRING_LIST | m_clsReplyList |
| FTP 응답 메시지 리스트 | |
FTP 응답 메시지를 파싱하여서 저장하는 클래스
| CFtpResponse::CFtpResponse | ( | ) |
| CFtpResponse::~CFtpResponse | ( | ) |
| STRING_LIST CFtpResponse::m_clsReplyList |
FTP 응답 메시지 리스트
| int CFtpResponse::m_iCode |
FTP 응답 코드
1.8.1.2