Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev
opensource·Open Sourcebyalexdeathway

Light weight Local peer to peer file sharing application which has well to do client and host for android and linux.

I want to do this kind of transfer.

host/client A:
     dir:
          - file a
          - file b
          - file c
          - file d [host B][download]


host/client B:
     dir:
          - file a[ host A] [download]
          - file b[ host A] [download]
          - file c[ host A] [download]
          - file d 

Also, I am not looking for syncthing, I need something which syncs meta data(not sure if this is the right word) not the actual files., and option to download individually or as per selection and run in background like KDE CONNECT.

View original on programming.dev
20

9 replies

lemmy.world

I think what you are looking for is a network share. You can browse files and download the ones you want

4
programming.dev

except browse files,

I create a Directory, and that directory and it's files become available to network.

1
INeedManareply
lemmy.world

I create a Directory, and that directory and it’s files become available to network

So basically you want to set up an ftp server?

1

Resilio Sync

It has a selective sync option, so devices know what files are there (metadata), but only syncs them when you click on one and choose sync now.

1

What you are looking for is local peer-to-peer file sharing. When I was studying, we used eMule, but that is for Windows and old. I don't have a concrete software suggestion, but looking around the gnutella protocol could be promising.

Edit: QuantumCogs suggestion is also good, the use cases are slightly different.

1

You reached the end

Light weight Local peer to peer file sharing application which has well to do client and host for android and linux. | Spyke