Searched refs:wxFTP (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp69 IMPLEMENT_DYNAMIC_CLASS(wxFTP, wxProtocol)
70 IMPLEMENT_PROTOCOL(wxFTP, wxT("ftp"), wxT("ftp"), true)
77 // wxFTP constructor and destructor
80 wxFTP::wxFTP() function in class:wxFTP
96 wxFTP::~wxFTP()
110 // wxFTP connect and login methods
113 bool wxFTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait))
159 bool wxFTP
[all...]
H A Durl.cpp50 USE_PROTOCOL(wxFTP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h24 class WXDLLIMPEXP_NET wxFTP : public wxProtocol class in inherits:wxProtocol
34 wxFTP();
35 virtual ~wxFTP();
172 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFTP)
173 DECLARE_PROTOCOL(wxFTP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dftp.tex3 %% Purpose: wxFTP documentation
12 \section{\class{wxFTP}}\label{wxftp}
14 wxFTP can be used to establish a connection to an FTP server and perform all the
24 Example of using wxFTP for file downloading:
27 wxFTP ftp;
78 wxFTP defines constants corresponding to the two supported transfer modes:
107 \membersection{wxFTP::wxFTP}\label{wxftpctor}
109 \func{}{wxFTP}{\void}
114 \membersection{wxFTP
[all...]
H A Dtipc.tex19 \item \helpref{wxProtocol}{wxprotocol}, \helpref{wxURL}{wxurl}, \helpref{wxFTP}{wxftp}, \helpref{wxHTTP}{wxhttp}: classes
H A Dcategory.tex428 \twocolitem{\helpref{wxFTP}{wxftp}}{FTP protocol class}
H A Dsocket.tex18 If you want to use sockets or derived classes such as wxFTP in a secondary thread,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp477 wxFTP ftp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2394 static wxFTP ftp;
2447 // test (fixed?) wxFTP bug with wu-ftpd >= 2.6.0?
2450 wxFTP ftp;
2487 wxPuts(_T("*** Testing wxFTP file listing ***\n"));
2539 wxPuts(_T("*** Testing wxFTP download ***\n"));
2595 wxPuts(_T("*** Testing miscellaneous wxFTP functions ***"));
2619 wxPuts(_T("\n*** Interactive wxFTP test ***"));
2676 wxPuts(_T("*** Testing wxFTP uploading ***\n"));

Completed in 189 milliseconds