Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
FileDownloader.h
- Committer:
- FrankWeissenborn
- Date:
- 2011-01-27
- Revision:
- 2:0e9a10f2b8c5
- Parent:
- 0:d9d38ebc0f69
File content as of revision 2:0e9a10f2b8c5:
#ifndef __FILE_DOWNLOADER_H
#define __FILE_DOWNLOADER_H
#include "HTTPClient.h"
HTTPResult GetFile(const char *uri, const char *filename, FILE *fp, char * buffer, int buffer_size);
#endif