I have 10000 files existed, and I have their CID, How can I create a directory to include them?
1 Like
Using ipfs files cp
OR ipfs object patch
See ipfs files --help
, ipfs files cp --help
, and ipfs object patch add-link --help
.
1 Like
Thank you very much, it solved my problem!