Comment on File collecting program?
fartsparkles@lemmy.world 2 months ago
What’s the context in which you’re needing to share files?
My first thought is host your own FTP server and send people credentials to log into it with and upload.
Comment on File collecting program?
fartsparkles@lemmy.world 2 months ago
What’s the context in which you’re needing to share files?
My first thought is host your own FTP server and send people credentials to log into it with and upload.
Object@sh.itjust.works 2 months ago
I am a teaching assistant, and occasionally people ask me why their code isn’t working. I take it to my device so they can continue their work whilst I figure out the issue. I want to minimise the uploading complexity.
irmadlad@lemmy.world 2 months ago
If it’s code, would a private pastebin work for you?
Grimm665@lemm.ee 2 months ago
Maybe Gitolite if it’s for code?
pemptago@lemmy.ml 2 months ago
Is a server a requirement? I haven’t tried myself but localsend (p2p) comes to mind.
Object@sh.itjust.works 2 months ago
It would be desirable, as I don’t have to be prepared whenever someone starts sending a file, but I suppose I can live without it. Thank you for the suggestion!
fartsparkles@lemmy.world 2 months ago
If you’re on the same network, take a look at snapdrop. It’s basically cross platform AirDrop.
theorangeninja@sopuli.xyz 1 month ago
Maybe take a look at this fork: pairdrop
twice@lemmy.world 2 months ago
Looks like the project is dead…
fartsparkles@lemmy.world 2 months ago
I’m sure there’s a decent fork. Read the code; there’s not much to it!