IPFS: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny mNo edit summary |
||
Line 25: | Line 25: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
ipfs get <hash> | ipfs get <hash> | ||
</syntaxhighlight> | |||
Publish and print directory content. For the ''ls'' command, use the hash of the root directory. | |||
<syntaxhighlight lang="console"> | |||
ipfs add -r folder | |||
ipfs ls <hash> | |||
ipfs ls <hash>/subdirectory | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Applications]] | [[Category:Applications]] |