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
Content added via ipfs add command isnt listed in the Files page. #897
Comments
|
Sorry for the confusion, this is a known issue, that we need to do a better job of visualising. The Web UI is currently visualising your local filesystem view of your IPFS repo, which you interact with via the $ ipfs files cp /ipfs/QmeoTsSvQvNtKxhHdPA3gy6RWD6ghVwdkjBeUWWPiHdmn6 /hello.txta file from an ipfs cid to a path in your local repo, it will show up in the files view on the web ui. If you ls the root of your IPFS files view, you can see things that are in there $ ipfs files ls /
hello.txt
|
|
Thanks for your clearly reply and your work. i'm interested in ipfs somehow and hopefully i can contribute something like you and let more people to know it and use it to do something meaningful to let world better.~~ |
|
Isn't a reasonable thing to concatenate |
My exact thought... Why not turn ipfs add into a wrapper for ipfs files? Does |
|
Is there a way to get all files & dirs I uploaded by now? |
royforu commentedDec 5, 2018
hi everyone,
i have two questions. First, when i finish adding files from CLI , files can not be seen on webui.
Similarity, when adding files from webui, it can not be seen on CLI using "ipfs pin ls" command.
Second, when i delete file from webui, it just disappear from webui screen and I check .ipfs/blocks repository, file is still there.
Thank for help.
The text was updated successfully, but these errors were encountered: