Scilab Remote File Access allows a quick and easy access to remote data through HTTP, FTP and other protocols.
This module is based on the free library cURL.
Several functions are provided by this module:
filename = getURL(URL);
filename = getURL(URL, targetDir);
filename = getURL(URL, targetFile);
output = getURLcontent(URL);
[proto, server, path, query, username, port, fragment] = splitURL(URL);
This package has been developed by Scilab Enterprises and is released under the CeCILL license.