IPGet
Learn how to configure IPGet for use with Filebase.
IPGet is a CLI tool that allows you to download files locally based on their IPFS CID.
Read below to learn how to use IPGet with Filebase.
go install github.com/ipfs/ipget@latest
cd ${GOPATH}/src/github.com/ipfs/ipget
make install



ipget QmRg5rMBiFs4vdgzuCeWsaCycf66xRp3o78WpJwaZFZZdd -o ipfs.txt
You can also preface the CID with the prefix /ipfs:
ipget -o ipfs.txt /ipfs/QmRg5rMBiFs4vdgzuCeWsaCycf66xRp3o78WpJwaZFZZdd
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 11mo ago