this post was submitted on 14 Nov 2023
7 points (100.0% liked)
IPFS
721 readers
10 users here now
Community for the InterPlanetary File System.
Website: https://www.ipfs.tech Github: https://github.com/ipfs/ipfs/
IRC: #ipfs on libera.chat
Matrix Space: #ipfs-space:ipfs.io
Discord: https://discord.gg/DrPFqa2
Forums: https://discuss.ipfs.tech/
Other IPFS communities on Lemmy
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Normally on the internet, you download files from a main server that's hosting the files. With IPFS, it doesn't matter if the files are stored on the main server or on the computer of someone else who has that file. However, if there is no main server and the only computer that was hosting it goes offline, then there is no way to access that file since it's not stored anywhere else. IPFS doesn't upload files anywhere when you add a file to your local IPFS node (since storing unlimited files for free would be very expensive), so when your computer goes offline there's no way to access that file since no one else has it.
The file needs to either be stored on your computer, the computer of someone who viewed your file and hasn't cleared their cache, or the computer of a file hosting provider like pinata.cloud or something.
Thanks for the reply. I thought there may be some hosting things going on these days. I'm checking out the Pinata site at the moment. I always loved the idea of IPFS. Just been away for a while, gotta get reacquainted with everything.