go-ipfs version: 0.4.19-83d3f7672


so where are those 11 mb in files?
i pinned the image above and still i get no files in the webui
This UI only shows files under ipfs files, which is a set of commands which expose unix-like mutable file system (MFS).
You should be able get things to show up there by doing ipfs files cp /ipfs/QmThing /SomeFileName
Perhaps there should be a note saying that it works this way, cc @olizilla
I had often been wondering about this too. Will other files be shown there in the future?
I think my question is https://github.com/ipfs/go-ipfs/issues/4763, https://github.com/ipfs/ipfs-gui/issues/10#issuecomment-373928862 & https://github.com/ipfs/go-ipfs/issues/4586
Most helpful comment
This UI only shows files under
ipfs files, which is a set of commands which expose unix-like mutable file system (MFS).You should be able get things to show up there by doing
ipfs files cp /ipfs/QmThing /SomeFileNamePerhaps there should be a note saying that it works this way, cc @olizilla