I’m looking for different P2P networks to share my papers and essays. It is mostly postscript, pdf, and txt files. Since a lot has changed in the p2p landscape I figured I should ask around before downloading and testing a hundred apps that don’t work.
@lamp
And ok, I’m interested in this too and building an app related to that for Autonomi which is still in testing so not ready for you yet. When it is, next year?, it might be just what you want.
Right now my goal is an rclone backend to deliver versioned backup. Earlier though I demo’d versioned websites and I’m figuring out how to incorporate both, and other features into a cross platform app. File sharing is obviously part of the potential here. @filesharing
One thought I have: filesharing using rsync. Just scriptomatically create rsync commands to pull the chosen files in a list. Use rsync with hashing to prevent pulling duplicate data. With a little veneer and an interface, it would actually be quite handy. Then users can connect to any public repository and pull the files they want to read with a few mouse clicks, instead of meandering back and forth inside a web browser.
@[email protected]
I’m looking for different P2P networks to share my papers and essays. It is mostly postscript, pdf, and txt files. Since a lot has changed in the p2p landscape I figured I should ask around before downloading and testing a hundred apps that don’t work.
@lamp
And ok, I’m interested in this too and building an app related to that for Autonomi which is still in testing so not ready for you yet. When it is, next year?, it might be just what you want.
Right now my goal is an rclone backend to deliver versioned backup. Earlier though I demo’d versioned websites and I’m figuring out how to incorporate both, and other features into a cross platform app. File sharing is obviously part of the potential here.
@filesharing
@[email protected]
One thought I have: filesharing using rsync. Just scriptomatically create rsync commands to pull the chosen files in a list. Use rsync with hashing to prevent pulling duplicate data. With a little veneer and an interface, it would actually be quite handy. Then users can connect to any public repository and pull the files they want to read with a few mouse clicks, instead of meandering back and forth inside a web browser.
@lamp
There’s a CLI which can download using a hash so that you could do that ‘out of the box’.
@filesharing