Oyster Harvest Area Closure Analysis
0.1
Prediction and analysis of NSW oyster harvest area closures.
Loading...
Searching...
No Matches
ftp.h
Go to the documentation of this file.
1
#ifndef PROGRAM_FTP_H
2
#define PROGRAM_FTP_H
3
4
#include <stdlib.h>
5
#include <string.h>
6
#include <curl/curl.h>
7
#include <errno.h>
8
9
#include "
utils.h
"
10
12
CURLcode
FTPRequest
(
const
char
* url,
Utils_ReqData_TypeDef
* stream);
13
14
#endif
//PROGRAM_FTP_H
FTPRequest
CURLcode FTPRequest(const char *url, Utils_ReqData_TypeDef *stream)
File Transfer Protocol request.
Definition:
ftp.c:15
Utils_ReqData_TypeDef
Holds HTTP response data before converting these data into cJSON objects.
Definition:
utils.h:19
utils.h
include
ftp.h
Generated by
1.9.5