this post was submitted on 02 Oct 2023
137 points (97.9% liked)

Open Source

31114 readers
1 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

QuickDAV

It lets you transfer files and folders over your network from/to your phone, tablet, or other PC.

top 7 comments
sorted by: hot top controversial new old
[–] mofongo@lemm.ee 11 points 2 years ago

The UI looks nice. Awesome project!

[–] AnonymousLlama@kbin.social 9 points 2 years ago

Great work mate ♥️

[–] joat_mon@lemmy.world 7 points 2 years ago (1 children)

This looks like a great tool, thank you. One question, does it only allow manual transfers or could it be set up to sync a folder between two devices?

[–] hperrin@lemmy.world 1 points 2 years ago (1 children)

This tool only does manual transfers. You could use another tool that can sync over WebDAV and use this as the server.

[–] joat_mon@lemmy.world 1 points 2 years ago

Ah OK, thanks for the info

[–] hperrin@lemmy.world 6 points 2 years ago

I also wrote the WebDAV server it uses internally:

https://github.com/sciactive/nephele

Reading the WebDAV spec was really fun. That is one of the best written specs I’ve ever read.

My goal is to eventually cover CardDAV and CalDAV too, so you can transfer and sync contacts and calendars between devices too.

My pie in the sky dream is to turn the server into a backup solution that automatically deduplicates across machines, and lets you browse a specific backup as a WebDAV mount, or even in your browser. So something very similar to BorgBackup, but that has a first party GUI client for Mac, Windows, and Linux.

[–] lupec@lemm.ee 3 points 2 years ago

Looks super clean and neat, you even included controller support. Thanks for sharing!