ipfs
Inter Planetary File System.
A peer-to-peer hypermedia protocol. Aims to make the web more open.
=> More information.
- Add a file from local to the filesystem, pin it and print the relative hash:
ipfs add {filename}
- Add a directory and its files recursively from local to the filesystem and print the relative hash:
ipfs add -r {directory}
- Save a remote file and give it a name but not pin it:
ipfs get {hash} -o {filename}
- Pin a remote file locally:
ipfs pin add {hash}
ipfs pin ls
- Unpin a file from the local storage:
ipfs pin rm {hash}
- Remove unpinned files from local storage:
ipfs repo gc
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/ipfs.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.671279 milliseconds
- Gemini-to-HTML Time
- 0.487822 milliseconds
This content has been proxied by September (ba2dc).