Page 1 of 1

I need a function to download file from a website

Posted: Sat Jan 22, 2022 1:45 am
by unixkd
Hi all

I need a function to download file from a website. CHILKAT activeX has it but I dont have chilkat yet

Thanks

Joe

Re: I need a function to download file from a website

Posted: Sat Jan 22, 2022 3:14 am
by Eugene Lutsenko
The Eidos system has functions for downloading from the site and writing to the site via ftp and http protocols.
The full source text of the system is available at the link: http://lc.kubagro.ru/__AidosALL.txt. Search in the text ftp http.

Re: I need a function to download file from a website

Posted: Sat Jan 22, 2022 5:07 am
by skiman
Hi,

cFile := loadfromurl(<url of file>)
memowrit(...)