Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs files rm error: file does not exist #5898

Closed
syzh opened this issue May 12, 2018 · 2 comments
Closed

ipfs files rm error: file does not exist #5898

syzh opened this issue May 12, 2018 · 2 comments
Labels
kind/support A question or request for support

Comments

@syzh
Copy link

syzh commented May 12, 2018

but ipfs get QmPsndrz6Q6kRAsU5pd3VkBDRj6qXHdhduKevk4yDajGhe, ipfs cat QmPsndrz6Q6kRAsU5pd3VkBDRj6qXHdhduKevk4yDajGhe is success. and return data

@daviddias daviddias transferred this issue from ipfs/ipfs Jan 7, 2019
@Stebalien
Copy link
Member

The ipfs files command allows you to manipulate a virtual mutable filesystem. ipfs files rm Qm... doesn't work because, while a file with that hash may exist in IPFS, no file by that name has been added to your virtual filesystem (e.g., with ipfs files cp /ipfs/QmPsndrz6Q6kRAsU5pd3VkBDRj6qXHdhduKevk4yDajGhe /QmPsndrz6Q6kRAsU5pd3VkBDRj6qXHdhduKevk4yDajGhe).

(closing for tracking)

@Stebalien Stebalien added the kind/support A question or request for support label Jan 7, 2019
@schomatis
Copy link
Contributor

Related to #5862.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support A question or request for support
Projects
None yet
Development

No branches or pull requests

3 participants