HTTP File Transfer

HTTP file transfer functions. More...

Modules

Types
HTTP file transfer data types.
 

Functions

gos_result_t gos_http_download (const gos_http_download_t *context)
 Download file from remote HTTP server to local file system. More...
 
gos_result_t gos_http_upload (const gos_http_upload_t *context)
 Upload file from local file system to remote HTTP server. More...
 

Detailed Description

HTTP file transfer functions.

Function Documentation

◆ gos_http_download()

gos_result_t gos_http_download ( const gos_http_download_t context)

Download file from remote HTTP server to local file system.

See Gecko OS Command API documentation: http_download.

Parameters
[in]contextgos_http_download_t information about download
Returns
gos_result_t return of API call

◆ gos_http_upload()

gos_result_t gos_http_upload ( const gos_http_upload_t context)

Upload file from local file system to remote HTTP server.

See Gecko OS Command API documentation: http_upload.

Parameters
[in]contextgos_http_upload_t information about upload
Returns
gos_result_t return of API call