<< filterFILE Trity IOT Module get_stock_code >>

Trity IOT Module >> Trity IOT Module > getFILE

getFILE

Download the files given in filename from a file server

Calling Sequence

[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

fl = filterFILE('http://10.168.9.4','.sce')
[fn, contents] = getFILE('http://10.168.9.4', fl)

See also

Authors


Report an issue
<< filterFILE Trity IOT Module get_stock_code >>