Re: [fpc-pascal] download manager

2012-12-23 Thread Lukas Gebauer
> With HTTP my problem is that I can't find the way to get the size of the > file on the server while HTTPSend.DownloadSize is giving me the size of > what have been downloaded. HTTP have a few ways how to download data. But not all ways know size of data. For example, in chunked way you know siz

[fpc-pascal] download manager

2012-12-23 Thread Geoffray Levasseur-Brandin
Hello everybody, I'm currently trying to create a download manager with Synapse for an application I'm creating. As the application may need to download many big files from either ftp or http servers (it's a Linux package manager and a graphical installer for a distribution I'm creating with fr