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