<< filterFILE bytecode_iot_module postURL >>

bytecode_iot_module >> bytecode_iot_module > getFILE

getFILE

Download the files given in filename from a file server

Syntax

[fn, contents] = getFILE(url_ip, filename)

Parameters

url_ip :

File server IP address

filename :

File names for the files to be downloaded

fn :

Last filename downloaded

contents :

Last contents of the file downloaded

Description

This is to download the files from a file server, by given filenames in a string vector

Examples

url_ip = "http://<somefileserver>"
fl = filterFILE(url_ip,'.sce')
[fn, contents] = getFILE(url_ip, fl)

See also

Authors


Report an issue
<< filterFILE bytecode_iot_module postURL >>