Hello,
I started experimenting with IPFS and i was wondering if there is a way to add content to it without having to go by ipfs add
and ipfs name publish
?
I used --mount
with fuse but i cant seem to be able to write directly into /ipfs
or /ipns
.
I also tried docker-ipfs-volume but i also cant seem to write on the directories of IPFS.
Is it that iam missing something or its not possible yet to interact with directories mkdir /ipfs/folder
and have IPFS do the work on the background?