Go to the source code of this file.
Functions | |
size_t | discardfunc (void *ptr, size_t size, size_t nmemb, void *stream) |
size_t | getcontentlengthfunc (void *ptr, size_t size, size_t nmemb, void *stream) |
int | main (int c, char **argv) |
size_t | readfunc (void *ptr, size_t size, size_t nmemb, void *stream) |
int | upload (CURL *curlhandle, const char *remotepath, const char *localpath, long timeout, long tries) |
size_t discardfunc | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | stream | ||
) |
Definition at line 60 of file ftpuploadresume.c.
size_t getcontentlengthfunc | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | stream | ||
) |
Definition at line 45 of file ftpuploadresume.c.
int main | ( | int | c, |
char ** | argv | ||
) |
Definition at line 159 of file ftpuploadresume.c.
size_t readfunc | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | stream | ||
) |
Definition at line 66 of file ftpuploadresume.c.
int upload | ( | CURL * | curlhandle, |
const char * | remotepath, | ||
const char * | localpath, | ||
long | timeout, | ||
long | tries | ||
) |
Definition at line 80 of file ftpuploadresume.c.