CLIipfs ls <file cid> can get all chunks’cid of file, just like
It returns 256KiB chunks’cid. However, if I query a file large than 256KiB*174=43.5MiB, it just return the internal node cid like
I would appreciate your reply.
CLIipfs ls <file cid> can get all chunks’cid of file, just like
Try ipfs refs -r CID – it will walk the entire DAG recursively (-r) and print all CIDs (ipfs refs --help).
ok,I got it. Thanks very much ![]()