GetFTPFile (open)
This function will retrieve a file from the ftp site
Syntax
LOADLIB "wh::internet/ftp.whlib";
RECORD FUNCTION GetFTPFile(INTEGER connectionid, STRING filename)Parameters
INTEGER connectionidInteger id of the control connection
STRING filenameName of the file to retrieve
Return value
RECORDA record describing the file, a non-existing record on failure
dataBlob with the data of the file
sizeSize of the file