#include <cftp.h>
Definition at line 48 of file cftp.h.
| CFtpGet::CFtpGet |
( |
char * |
URL, |
|
|
char * |
localfile, |
|
|
char * |
Username = NULL, |
|
|
char * |
Password = NULL |
|
) |
| |
| void CFtpGet::AbortGet |
( |
| ) |
|
| int CFtpGet::ConnectControlSocket |
( |
| ) |
|
|
protected |
| void CFtpGet::FlushControlChannel |
( |
| ) |
|
|
protected |
| uint CFtpGet::GetBytesIn |
( |
| ) |
|
| uint CFtpGet::GetFile |
( |
| ) |
|
|
protected |
| int CFtpGet::GetStatus |
( |
| ) |
|
| uint CFtpGet::GetTotalBytes |
( |
| ) |
|
| uint CFtpGet::IssuePort |
( |
| ) |
|
|
protected |
| int CFtpGet::LoginHost |
( |
| ) |
|
|
protected |
| uint CFtpGet::ReadDataChannel |
( |
| ) |
|
|
protected |
| uint CFtpGet::ReadFTPServerReply |
( |
| ) |
|
|
protected |
| uint CFtpGet::SendFTPCommand |
( |
char * |
command | ) |
|
|
protected |
| void CFtpGet::WorkerThread |
( |
| ) |
|
| uint CFtpGet::m_iBytesTotal |
|
protected |
| char CFtpGet::m_szDir[200] |
|
protected |
| char CFtpGet::m_szFilename[100] |
|
protected |
| char CFtpGet::m_szHost[200] |
|
protected |
| char CFtpGet::m_szPassword[100] |
|
protected |
| char CFtpGet::m_szUserName[100] |
|
protected |
| char CFtpGet::recv_buffer[1000] |
|
protected |
The documentation for this class was generated from the following files: