#include <SendHTTP.h>
Public Member Functions | |
| myExternal () | |
| Constructor. | |
| ~myExternal () | |
| int | copyFile (wxString url, wxString file, int _t=-1) |
| Copy a file from URL to local. | |
| wxString | getText (wxString url) |
| Get the text at an URL. | |
Public Attributes | |
| wxProgressDialog * | pd |
| Pointer to a process dialog. | |
Private Member Functions | |
| int | copyFileLocal (wxString url, wxString file) |
| Local file copy. | |
| wxString | getTextLocal (wxString url) |
| Local get text. | |
| int | copyFileHTTP (wxString _url, wxString _file) |
| HTTP file copy. | |
| wxString | getTextHTTP (wxString url) |
| HTTP get text. | |
| wxString | getTextFTP (wxString server, wxString dir, wxString file) |
| FTP get text. | |
Private Attributes | |
| int | targetSize |
| File size, if known. | |
|
|
Constructor.
|
|
|
|
|
||||||||||||||||
|
Copy a file from URL to local.
|
|
||||||||||||
|
HTTP file copy.
|
|
||||||||||||
|
Local file copy.
|
|
|
Get the text at an URL.
|
|
||||||||||||||||
|
FTP get text.
|
|
|
HTTP get text.
|
|
|
Local get text.
|
|
|
Pointer to a process dialog.
|
|
|
File size, if known.
|
1.4.1