H ipfs community,
I'm implementing MFS in my product to store files. I'm adding files in a structure in my local node but its not getting replicated on remote nodes.
I have created a directory /tmp, and added a file testfile.txt in the tmp directory, It produces a hash.
I tried to read by hash from remote node, it's getting replicated and able to get the content of the hash.
I tried to read by directory file (/tmp/testfile.txt) from remote node I'm getting error
{"Message":"file does not exist","Code":0,"Type":"error"}