SAGA API
v9.6
|
#include "api_core.h"
Go to the source code of this file.
Classes | |
class | CSG_MetaData |
class | CSG_HTTP |
Functions | |
SAGA_API_DLL_EXPORT bool | SG_FTP_Download (const CSG_String &Target_Directory, const CSG_String &Source, const SG_Char *Username=NULL, const SG_Char *Password=NULL, unsigned short Port=21, bool bBinary=true, bool bVerbose=false) |
A flexible class for the storage and management of meta data. Standard storage format is the extended markup language (XML).
Definition in file metadata.h.
SAGA_API_DLL_EXPORT bool SG_FTP_Download | ( | const CSG_String & | Target_Directory, |
const CSG_String & | Source, | ||
const SG_Char * | Username = NULL , |
||
const SG_Char * | Password = NULL , |
||
unsigned short | Port = 21 , |
||
bool | bBinary = true , |
||
bool | bVerbose = false |
||
) |
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().