Forum > Ported from Delphi/Kylix

ICS - Internet Component Suite for Lazarus?

(1/5) > >>

GoodBoyAlex:
Hello! First of all, sorry of my English.

I write first version of my program on Delphi. Now by some reasons (new delphi's version work so slow =( ) i want to migrate my project to Lazarus. It almost succeeded, but i cann't find alternative for ICS - Internet Component Suite (from http://www.overbyte.be/). More precisely, components TMultipartHttpDownloader and TMultiProgressBar. They were used for downloading files from the site. Standard sentences like DownloadFile terminated download. How to do this?

Leledumbo:
AFAIK ICS works on FPC, as Marco has always said, but I'm not certain about the components for Lazarus. There are a lot of networking solutions as a replacement, though (read the wiki). Even the distributed fcl-web is already capable doing what you need though not in the form of component, but rather a library.

rvk:

--- Quote from: Leledumbo on August 20, 2014, 10:37:22 am ---Even the distributed fcl-web is already capable doing what you need though not in the form of component, but rather a library.

--- End quote ---
Although you can find it with the search function on this forum I guess a direct link to a working example with fcl-web would be welcome:

http://forum.lazarus.freepascal.org/index.php/topic,21824.msg128329.html#msg128329

marcov:
ICS compiled in 2005-2007, and I quickly tested most components for which there were demoes. That quite covered some ground, since then ICS by far had the most and best demo/test programs, including 10+ console programs.

At the time I was mostly interested in mail (imap,pop,smtp) in console programs and terminal (telnet).

GoodBoyAlex:

--- Quote from: rvk on August 20, 2014, 10:55:37 am ---
--- Quote from: Leledumbo on August 20, 2014, 10:37:22 am ---Even the distributed fcl-web is already capable doing what you need though not in the form of component, but rather a library.

--- End quote ---
Although you can find it with the search function on this forum I guess a direct link to a working example with fcl-web would be welcome:

http://forum.lazarus.freepascal.org/index.php/topic,21824.msg128329.html#msg128329

--- End quote ---

Good. But how display speed and how many bytes downloaded?

Navigation

[0] Message Index

[#] Next page

Go to full version