I have this object, a directory with the following contents:
$ ipfs file ls fZXmMYYCQYeUUadmvx23LXR3CQRGoK881mJoKAPT8fZGR6
css
img
index.html
But when I go to remove this folder with the ipfs files rm command, I get the following message:
$ ipfs files rm -r fZXmMYYCQYeUUadmvx23LXR3CQRGoK881mJoKAPT8fZGR6
Error: Paths must start with a leading slash.
$ ipfs files rm -r /fZXmMYYCQYeUUadmvx23LXR3CQRGoK881mJoKAPT8fZGR6
Error: merkledag: not found
Does anyone know what I'm doing wrong here? Thanks for the help.
The text was updated successfully, but these errors were encountered:
jamiewilson commentedMar 20, 2017
•
edited
I have this object, a directory with the following contents:
But when I go to remove this folder with the
ipfs files rmcommand, I get the following message:Does anyone know what I'm doing wrong here? Thanks for the help.
The text was updated successfully, but these errors were encountered: