I need a function to download file from a website

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

I need a function to download file from a website

#1 Post 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

User avatar
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

#2 Post 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.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

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

#3 Post by skiman »

Hi,

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

Chris.
www.aboservice.be

Post Reply