#include <DownloadTransferFTP.h>
Inheritance diagram for CDownloadTransferFTP::CFTPLIST:
Public Member Functions | |
CFTPLIST () | |
virtual | ~CFTPLIST () |
virtual BOOL | ConnectTo (SOCKADDR_IN *pHost) |
virtual BOOL | OnRead () |
virtual QWORD | ExtractFileSize () const |
Protected Member Functions | |
bool | Split (CString &in, TCHAR token, CString &out) const |
Protected Attributes | |
CString | m_sData |
|
Definition at line 50 of file DownloadTransferFTP.h. |
|
Definition at line 51 of file DownloadTransferFTP.h. |
|
Reimplemented from CConnection. Definition at line 59 of file DownloadTransferFTP.h. References CConnection::ConnectTo(), and m_sData. Referenced by CDownloadTransferFTP::OnHeaderLine(). |
|
Definition at line 87 of file DownloadTransferFTP.h. References m_sData, SIZE_UNKNOWN, and Split(). Referenced by CDownloadTransferFTP::OnHeaderLine(). |
|
Reimplemented from CConnection. Definition at line 71 of file DownloadTransferFTP.h. References CBuffer::Clear(), CTransfer::Close(), CBuffer::m_nLength, CBuffer::m_pBuffer, CConnection::m_pInput, m_sData, and CConnection::OnRead(). |
|
Definition at line 111 of file DownloadTransferFTP.h. Referenced by ExtractFileSize(). |
|
Definition at line 109 of file DownloadTransferFTP.h. Referenced by ConnectTo(), ExtractFileSize(), and OnRead(). |