Re: Curl and libcurl

2025-01-20 Thread ghanashyam satpathy via curl-users
You need to download the source code for the latest release of curl and libcurl. There is documentation in curl web-portal on how to compile. Compile and generate the required target binary like Debug|X64 Release|x86 etc... In your VC++ projects refer to the header and libs that you downloaded and

Curl and libcurl

2025-01-20 Thread Claes Garelius via curl-users
I have the latest windows 11, 64, and wish to install curl and libcurl and everything needed to call curl via Visual c++. Can someone explain which of all the options I should choose. It seems messy to me as a non-Curl expert, (but I know Visual C++). Or is Curl and libcurl already installed in

Re: [Feature Request] Use checksum to verify download

2025-01-20 Thread Paul Gilmartin via curl-users
On 1/20/25 09:22, Falk via curl-users wrote: I understand that the way checksums must be handled during the download is not compatible with curl's implementation. I've created a prototype to check the API and behavior (https://github.com/falk-werner/fetch) and I've encountered all the things y

Re: Re: [Feature Request] Use checksum to verify download

2025-01-20 Thread Falk via curl-users
I understand that the way checksums must be handled during the download is not compatible with curl's implementation. I've created a prototype to check the API and behavior (https://github.com/falk-werner/fetch) and I've encountered all the things you mentioned: the download must be buffered in