You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp and ls have the issue of not being able to distinguish between an IPFS path and an MFS path.
If we prevent any writes (including cp, mv etc.) to /ipfs there will never be any data at /ipfs to cp or ls from and we avoid the issue of having to distinguish i.e. if it begins with /ipfs then it's an IPFS path, since no writes can go to /ipfs in MFS.
The text was updated successfully, but these errors were encountered:
cp
andls
have the issue of not being able to distinguish between an IPFS path and an MFS path.If we prevent any writes (including cp, mv etc.) to
/ipfs
there will never be any data at/ipfs
tocp
orls
from and we avoid the issue of having to distinguish i.e. if it begins with/ipfs
then it's an IPFS path, since no writes can go to/ipfs
in MFS.The text was updated successfully, but these errors were encountered: