An open API service indexing awesome lists of open source software.

https://github.com/whiredplanck/dukto-qt6

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6
https://github.com/whiredplanck/dukto-qt6

file-transfer lan qt-6 qt-gui qtquick

Last synced: 3 months ago
JSON representation

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6

Awesome Lists containing this project

README

        

# Dukto

(WIP) A simple, fast and multi-platform file transfer tool for LAN users, reimplemented with Qt 6.

> Original Author: Emanuele Colombo
>
> Original Website: https://www.msec.it/blog/dukto
>
> Original Source Code: https://sourceforge.net/projects/dukto/

logo

## Build and Installation

Currently I only run and test it on Linux ...

```shell
git clone https://github.com/WhiredPlanck/dukto-qt6
cd dukto-qt6
cmake -B -DCMAKE_INSTALL_PREFIX=/usr \
# -GNinja # use ninja to speed up build
cmake --build
DESTDIR= cmake --install
```