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