#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.
|
#define | SERVER_TRIM(s, p) { wxString sp(p); sp += "://"; if( s.Find(p) == 0 ) { s = s.Right(s.Length() - sp.Length()); } } |
|
◆ SERVER_TRIM
#define SERVER_TRIM |
( |
|
s, |
|
|
|
p |
|
) |
| { wxString sp(p); sp += "://"; if( s.Find(p) == 0 ) { s = s.Right(s.Length() - sp.Length()); } } |
◆ SG_FTP_Download()
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 1392 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_File_Make_Path(), SG_UI_Msg_Add_Error(), and CSG_String::Trim().