Gentee Programming Language > Documentation > Libraries | Download documentation |
The method sends a GET request to the specified URL and writes data it receives to the specified file.
uint http_getfile( str url, str filename, uint notify, uint flag )
url The URL address for downloading. filename The name of the file for writing. notify The function for getting notifications. It can be 0. flag Flags. $HTTPF_REDIRECT If redirection is used, download from the new address. $HTTPF_CONTINUE If the file already exists, resume downloading it. $HTTPF_SETTIME Set the same time for the file as it is on the server.
Nonzero if initialization was successful; otherwise 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |