The Wayback Machine - https://web.archive.org/web/20210610041950/https://github.com/topics/filesharing
Skip to content
#

filesharing

Here are 160 public repositories matching this topic...

webfs
brendoncarroll
brendoncarroll commented Jan 5, 2020

Create an example showing how to setup a synchronized volume for root directory. This is probably the most common use case.

The objects would be structured like this:

Volume{ RootCell } -> Volume{ CryptoCell{ HTTPCell } } -> Dir

Every device has it's own root volume, which immediately contains a shared networked volume. The secretbox cell is probably ready for use because its so

aurelg
aurelg commented Nov 27, 2018

When no encryption is requested, the content shared with ipfs-wormhole can be retrieved from its IPFS hash and an IPFS gateway (ala transfer.sh). However, such a downloaded file would be named according to its IPFS hash. This is not very convenient.

A solution could be to put the content to send into a temporary directory, which is itself added to IPFS recursively with

Improve this page

Add a description, image, and links to the filesharing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filesharing topic, visit your repo's landing page and select "manage topics."

Learn more