Hi i init ipfs, add files.
How can i getting list all file what i add in ipfs ?
And how can i getting list file othen Peer ?
Hi i init ipfs, add files.
How can i getting list all file what i add in ipfs ?
And how can i getting list file othen Peer ?
Open your WebUI: http://127.0.0.1:5001/webui
Look at Files tab … click on ‘pins’ … look into hashes/files there
I’m not sure you can look at all the files of someone else’s Peer ID, only what they decide to show you. You can try investigating some with:
$ ipfs name resolve their-peer-id
If you have added files in MFS (say using ipfs files write), then you can view a list using the command ‘ipfs files ls’.
If you have added files using ipfs add, then you can use:
@meghashyamc, @gosound can we also list peers who are accessing public content/ file.
Please guide.
We can say the file is not encrypted and pinned in ipfs.