Hi
I want to download a file someone shared in this format:
https://ipfs.io/ipfs/HASH?filename=FILENAME
I’m on a Ubuntu machine and already installed go-ipfs.
I tried these commands:
ipfs get -o FILENAME HASH
ipfs get HASH
ipfs get /ipfs/HASH
ipfs get /ipfs/HASH/FILENAME
All of them get me this error:
Error: merkledag: not found
What am I doing wrong?
Thanks