this post was submitted on 12 Dec 2024
5 points (85.7% liked)

File Sharing

503 readers
6 users here now

RULES:

*Respect our fellow users, be nice to new people.

*Flag your links with the type of media it is. Ex: [Anime], [TV Shows], etc.

*Absolutely no CP, anything even remotely close to it will be reported and blocked.

*Use your common sense when posting and talking about your links.

*Mask possible strike-worthy content. Ex: Instead of typing Minetest, type it like M1n3t3st.

*Have a jolly ol' time!

(We're in need of moderators, if you are interested contact me)

founded 5 years ago
MODERATORS
 

@[email protected]

[P2P] File Sharing Questions ...

  1. Do you use any P2P file sharing programs?
  2. Which?
  3. Thoughts?
  4. Recommendations?

#P2P #FileSharing

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 days ago (1 children)

@[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.

[–] [email protected] 1 points 5 days ago (1 children)

@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] 1 points 5 days ago (1 children)

@[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.

[–] [email protected] 1 points 5 days ago

@lamp

There's a CLI which can download using a hash so that you could do that 'out of the box'.
@filesharing