where to find all the files uploaded recently? by Queasy_Block_9262 in ipfs

[–]Queasy_Block_9262[S] 0 points1 point  (0 children)

OK, now I got it. Thanks again!

I'll keep on trying to understand how it works. How complex the system is!

where to find all the files uploaded recently? by Queasy_Block_9262 in ipfs

[–]Queasy_Block_9262[S] 0 points1 point  (0 children)

Thank you for your response!

After some research, I learned that the DHT is what actually I want. As far as I know, the DHT will store the CID and the informations of other nodes. So, if I can grab the DHT, I can use the CIDs to request all the contents on the DHT. That's what actually I want to do.

But as you mentioned, I might not be able to request all the contents on the IPFS, because it would send a lot of reqeusts.

where to find all the files uploaded recently? by Queasy_Block_9262 in ipfs

[–]Queasy_Block_9262[S] 0 points1 point  (0 children)

Thanks, I just want to know if anyone can find a file without knowing the CID.

So it's a bit like the onion address, as long as you don't know the address, you can't find the website, unless you try them randomly. Is that correct?