Board index » delphi » how to download a zip file in a app

how to download a zip file in a app


2003-10-02 07:04:51 PM
delphi92
hi,all
i know it is a very very silly question but i don't know.
my app want to download a zip file on a website. it is a
TV showtime. Which component should i use ?
Thank you.
and, if i want to extract the zip file to a directory,
how can i do it?
thanks a lot.
 
 

Re:how to download a zip file in a app

Zhou Yi writes:
Quote
i know it is a very very silly question but i don't know.
my app want to download a zip file on a website. it is a
TV showtime. Which component should i use ?
I'd use Indy's HTTP Client component. After passing a stream in, the
file is stored there.
Quote
and, if i want to extract the zip file to a directory,
how can i do it?
Try a google on "Delphi component zip extract" or something like this
to find a component...
regards
 

Re:how to download a zip file in a app

Dear Mr. Zhou Yi,
The easyest way would be to use TclDownloader, TclMultiDownloader components
clevercomponents.com/products/inetsuite/downloader.asp
from Clever Internet Suite Version 3.2
clevercomponents.com/products/inetsuite/suitev3release.asp
These components designed to help you develop your software rapidly with
minimum coding!
Both TclDownloader and TclMultiDownloader can download data into the memory
stream and then you can use ZLib
www.base2ti.com/downloads/delphi-objects.shtm to unzip it.
Feel free to contact us if you have any questions or concerns!
Please also keep in mind that with Clever Internet Suite you can use
Multipart Multitreading Downloading via secured channel (HTTPS) using SSL
with ability of resuming broken or stopped downloads from where they left
off on both HTTP/HTTPS and FTP servers.
Clever Internet Suite links:
- Home Page clevercomponents.com/products/inetsuite/suite.asp
- Downloads clevercomponents.com/downloads/inetsuite.asp
- Compiled Demos clevercomponents.com/downloads/inetsuite.asp
- Online Demos clevercomponents.com/products/inetsuite/demos.asp
- History clevercomponents.com/products/inetsuite/suitehistory.asp
- FAQ clevercomponents.com/products/inetsuite/inetsuitefaqs.asp
Best regards,
CleverComponents Team
www.CleverComponents.com
"Zhou Yi" <XXXX@XXXXX.COM>writes
Quote
hi,all
i know it is a very very silly question but i don't know.
my app want to download a zip file on a website. it is a
TV showtime. Which component should i use ?

Thank you.

and, if i want to extract the zip file to a directory,
how can i do it?

thanks a lot.