mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- bunch of bugfixes for FTP file transfer:
- failed attempts should now properly cleanup partial downloaded files - better logging and resource usage to track down problems
This commit is contained in:
@@ -43,7 +43,8 @@ int ftpCreateAccount(const char* name, const char* passw, const char* root, int
|
||||
int ftpStart(int portNumber);
|
||||
int ftpShutdown(void);
|
||||
int ftpExecute(void);
|
||||
int ftpState(void);
|
||||
int ftpState(void);
|
||||
void ftpSignalShutdown(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user