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