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
12CURLcode FTPRequest(const char* url, Utils_ReqData_TypeDef* stream);
13
14#endif //PROGRAM_FTP_H
CURLcode FTPRequest(const char *url, Utils_ReqData_TypeDef *stream)
File Transfer Protocol request.
Definition: ftp.c:15
Holds HTTP response data before converting these data into cJSON objects.
Definition: utils.h:19