ipfs / boxo

A set of reference libraries for building IPFS applications and implementations in Go.
https://github.com/ipfs/boxo#readme
Other
202 stars 87 forks source link

example: add directory bitswap transfer example #674

Open mostcute opened 2 hours ago

mostcute commented 2 hours ago

now the repo have an example how to add a file to bitswap server and download from a client

we also need a example to show how to add a directory struct to bitswap server (like ipfs add dir or ipfs add file -w )and how client read the directory struct and download whole dir or download single file in the dir

welcome[bot] commented 2 hours ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.