#include <glib.h>
#include "libuau.h"
Go to the source code of this file.
Defines | |
#define | FTP_UPDATE_FILE "updates" |
Functions | |
gboolean | lutil_ftp_downloadToFile (const char *url, const char *downloadTo) |
GString * | lutil_ftp_getURL (const char *url) |
void | lutil_ftp_setCallbackFunc (AProgressCallback callback) |
void | lutil_ftp_resetCallbackFunc (void) |
Standard interface for downloading files either to the local filesystem or to memory. Note that despite the name of the file "ftp.h", -any- protocol supported by libcurl is supported here.
Definition in file ftp.h.
|
|
|
Definition at line 50 of file ftp.c. References DBUGOUT, downloadCallback_global, and ERROR. Referenced by luau_net_downloadUpdate(). |
|
Definition at line 91 of file ftp.c. References callback(), AData::data, DBUGOUT, ERROR, and AData::size. Referenced by luau_net_queryServer(). |
|
Definition at line 137 of file ftp.c. References downloadCallback_global. Referenced by luau_resetProgressCallback(). |
|
Definition at line 132 of file ftp.c. References callback(), and downloadCallback_global. Referenced by luau_registerProgressCallback(). |