• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching refs:wxFTP

69 IMPLEMENT_DYNAMIC_CLASS(wxFTP, wxProtocol)
70 IMPLEMENT_PROTOCOL(wxFTP, wxT("ftp"), wxT("ftp"), true)
77 // wxFTP constructor and destructor
80 wxFTP::wxFTP()
96 wxFTP::~wxFTP()
110 // wxFTP connect and login methods
113 bool wxFTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait))
159 bool wxFTP::Connect(const wxString& host)
168 bool wxFTP::Close()
195 char wxFTP::SendCommand(const wxString& command)
233 char wxFTP::GetResult()
351 // wxFTP simple commands
354 bool wxFTP::SetTransferMode(TransferMode transferMode)
393 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg)
411 bool wxFTP::ChDir(const wxString& dir)
420 bool wxFTP::MkDir(const wxString& dir)
425 bool wxFTP::RmDir(const wxString& dir)
430 wxString wxFTP::Pwd()
477 bool wxFTP::Rename(const wxString& src, const wxString& dst)
490 bool wxFTP::RmFile(const wxString& path)
499 // wxFTP download and upload
505 wxInputFTPStream(wxFTP *ftp, wxSocketBase *sock)
545 wxFTP *m_ftp;
553 wxOutputFTPStream(wxFTP *ftp_clt, wxSocketBase *sock)
581 wxFTP *m_ftp;
586 void wxFTP::SetDefaultTimeout(wxUint32 Value)
593 wxSocketBase *wxFTP::GetPort()
621 wxSocketBase *wxFTP::AcceptIfActive(wxSocketBase *sock)
644 wxString wxFTP::GetPortCmdArgument(const wxIPV4address& addrLocal,
664 wxSocketBase *wxFTP::GetActivePort()
700 wxSocketBase *wxFTP::GetPassivePort()
745 bool wxFTP::Abort()
757 wxInputStream *wxFTP::GetInputStream(const wxString& path)
787 wxOutputStream *wxFTP::GetOutputStream(const wxString& path)
809 bool wxFTP::GetList(wxArrayString& files,
852 bool wxFTP::FileExists(const wxString& fileName)
869 // Here wxFTP::GetList(...) will succeed but it will return an empty
881 int wxFTP::GetFileSize(const wxString& fileName)
889 // Check for existance of file via wxFTP::FileExists(...)