|
SAGA API v9.10
|
#include <wx/xml/xml.h>#include <wx/wfstream.h>#include <wx/sstream.h>#include <wx/mstream.h>#include <wx/protocol/http.h>#include "metadata.h"#include "table.h"#include <wx/protocol/ftp.h>Go to the source code of this file.
Macros | |
| #define | SERVER_TRIM(s, p) |
Functions | |
| bool | SG_FTP_Download (const CSG_String &Target_Directory, const CSG_String &Source, const SG_Char *Username, const SG_Char *Password, unsigned short Port, bool bBinary, bool bVerbose) |
| #define SERVER_TRIM | ( | s, | |
| p ) |
Referenced by CSG_HTTP::Create().
| bool SG_FTP_Download | ( | const CSG_String & | Target_Directory, |
| const CSG_String & | Source, | ||
| const SG_Char * | Username, | ||
| const SG_Char * | Password, | ||
| unsigned short | Port, | ||
| bool | bBinary, | ||
| bool | bVerbose ) |
Definition at line 1460 of file metadata.cpp.
References _TL, CSG_String::AfterFirst(), CSG_String::AfterLast(), CSG_String::BeforeFirst(), CSG_String::BeforeLast(), CSG_String::c_str(), CSG_String::Find(), CSG_String::Format(), CSG_String::is_Empty(), CSG_String::Length(), CSG_String::Right(), SG_Char, SG_File_Make_Path(), SG_UI_Msg_Add_Error(), and CSG_String::Trim().