Hi all
I need a function to download file from a website. CHILKAT activeX has it but I dont have chilkat yet
Thanks
Joe
I need a function to download file from a website
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: I need a function to download file from a website
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.
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
Hi,
cFile := loadfromurl(<url of file>)
memowrit(...)
cFile := loadfromurl(<url of file>)
memowrit(...)