You are viewing a single comment's thread from:
RE: Publishing to IPFS
you don't need to specify a path:
ipfs name publish QmbAqf4gCDqJAaWN5ZfaMz4yoBEkL2Z9ivcusHy8wpXTbA
you don't need to specify a path:
ipfs name publish QmbAqf4gCDqJAaWN5ZfaMz4yoBEkL2Z9ivcusHy8wpXTbA
just
$ ipfs name publish img_test ?
ps: can i create directory ?
Nope, as I written above, no directory name, just the hash of it.
When you publish, you specify exactly one hash.
If you want directories, put them in the tree: example:
you will then find the CONTENT of
a
(note that the name ofa
will not appear anywhere): so you will find the directoryb
, which includes the directoryc
, which includeshello.txt
if you modify the content of
a
, just add it again, and publish the new hash.