Comment on File collecting program?
fartsparkles@lemmy.world 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago
If it’s code, would a private pastebin work for you?
Grimm665@lemm.ee 3 weeks ago
Maybe Gitolite if it’s for code?
pemptago@lemmy.ml 3 weeks ago
Is a server a requirement? I haven’t tried myself but localsend (p2p) comes to mind.
Object@sh.itjust.works 3 weeks 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 3 weeks ago
If you’re on the same network, take a look at snapdrop. It’s basically cross platform AirDrop.
theorangeninja@sopuli.xyz 2 weeks ago
Maybe take a look at this fork: pairdrop
twice@lemmy.world 3 weeks ago
Looks like the project is dead…
fartsparkles@lemmy.world 3 weeks ago
I’m sure there’s a decent fork. Read the code; there’s not much to it!