I am trying to create directory and put them files using go-mfs
.
After creating my folder I need to share it on IPFS
to allow other nodes write there new files
err:= mfs.Mkdir(node,"inbox",opts)
if err != nil {
panic(err)
}
So I am creating a folder and can get hash Qm......
. But I can not share it on IPFS
Note: My IPFS netowrk is private