High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_download.c File Reference
#include <string.h>
#include <cpl.h>
#include <curl/curl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Include dependency graph for hdrl_download.c:

Data Structures

struct  MemoryStruct
 

Functions

char * hdrl_download_url_to_buffer (const char *url, size_t *data_length)
 Downloads a url into a c data buffer.
 
cpl_error_code hdrl_download_url_to_file (const char *url, const char *filename)
 Downloads a url into a file on disc.