#include <ftp.h>
Definition at line 53 of file ftp.h.
◆ Cftp()
◆ ~Cftp()
◆ ConnectToServer()
| HRESULT Cftp::ConnectToServer |
( |
LPCSTR | szServerName | ) |
|
◆ DisconnectFromServer()
| HRESULT Cftp::DisconnectFromServer |
( |
| ) |
|
◆ FileRecoveryPosition()
| HRESULT Cftp::FileRecoveryPosition |
( |
LPCSTR | szLocalFileName, |
|
|
LPCSTR | szRegistryRoot ) |
◆ FindFile()
| HRESULT Cftp::FindFile |
( |
LPCSTR | szRemoteFileName, |
|
|
int * | piSize ) |
◆ GetNextFileBlock()
| HRESULT Cftp::GetNextFileBlock |
( |
LPCSTR | szLocalFileName, |
|
|
int * | piTotalRead ) |
◆ LoginToServer()
| HRESULT Cftp::LoginToServer |
( |
LPCSTR | szUserName, |
|
|
LPCSTR | szPassword ) |
◆ LogoffFromServer()
| HRESULT Cftp::LogoffFromServer |
( |
void | | ) |
|
◆ RecvReply()
| HRESULT Cftp::RecvReply |
( |
LPCSTR | pReplyBuffer, |
|
|
int | iSize, |
|
|
int * | piRetCode ) |
◆ RestartFrom()
| HRESULT Cftp::RestartFrom |
( |
int | i | ) |
|
|
inline |
◆ SendCommand()
| HRESULT Cftp::SendCommand |
( |
LPCSTR | pCommand, |
|
|
int | iSize ) |
◆ CDownload
Definition at line 56 of file ftp.h.
The documentation for this class was generated from the following files:
- Code/Libraries/Source/WWVegas/WWDownload/ftp.h
- Code/Libraries/Source/WWVegas/WWDownload/FTP.CPP