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
Hello,
I would like to propose a feature, where one can specify a checksum (e.g. md5
or sha256) on command line which is checked by curl during download.
Example:
curl -sha256 $SHA256_HASH -o- https://fnm.vercel.app/install | bash
I'm aware that this topic is not new. There is a feature requ