We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e43745 commit 52a7477Copy full SHA for 52a7477
core/commands/files.go
@@ -338,12 +338,12 @@ IPFS Content Identifier and then "ipfs files cp" to copy it into MFS:
338
$ ipfs add --quieter --pin=false <your file>
339
# ...
340
# ... outputs the root CID at the end
341
-$ ipfs cp /ipfs/<CID> /your/desired/mfs/path
+$ ipfs files cp /ipfs/<CID> /your/desired/mfs/path
342
343
If you wish to fully copy content from a different IPFS peer into MFS, do not
344
forget to force IPFS to fetch to full DAG after doing the "cp" operation. i.e:
345
346
347
$ ipfs pin add <CID>
348
349
The lazy-copy feature can also be used to protect partial DAG contents from
0 commit comments