Praveen Kumar
Praveen Kumar

Reputation: 2014

How to check the private files in IPFS

How to check the file is private or not in IPFS, and also how to provide the Key Contracts to particular file in IPFS.

Thank You

Upvotes: 0

Views: 867

Answers (1)

josselin chevalay
josselin chevalay

Reputation: 171

on IPFS an file is not private all node has access all. if we want use IPFS to share a private content you need install IPFS. after that you need disconnect public cluster : https://ipfs.io/docs/commands/#ipfs-swarm-disconnect

however for the moment (current version ipfs) your node continue share own DHT table with ipfs.io but your ressource is only enable your node.

Upvotes: 2

Related Questions