IPGet
Learn how to configure IPGet for use with Filebase.
Last updated
Was this helpful?
Learn how to configure IPGet for use with Filebase.
Last updated
Was this helpful?
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