Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiredplanck/dukto
A simple, fast and multi-platform file transfer tool for LAN users
https://github.com/whiredplanck/dukto
dukto file-sharing file-transfer lan network qt-5 qt-gui qt5 qtquick
Last synced: 25 days ago
JSON representation
A simple, fast and multi-platform file transfer tool for LAN users
- Host: GitHub
- URL: https://github.com/whiredplanck/dukto
- Owner: WhiredPlanck
- Created: 2021-05-09T01:59:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T19:44:25.000Z (over 1 year ago)
- Last Synced: 2024-11-19T19:06:50.256Z (3 months ago)
- Topics: dukto, file-sharing, file-transfer, lan, network, qt-5, qt-gui, qt5, qtquick
- Language: C++
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dukto
A simple, fast and multi-platform file transfer tool for LAN users, ported to Qt 5.
> Original Author: Emanuele Colombo
>
> Original Website: https://www.msec.it/blog/dukto
>
> Original Source Code: https://sourceforge.net/projects/dukto/
## Build and Installation
Currently I only run and test it on Linux ...
```shell
git clone https://github.com/WhiredPlanck/dukto
cd dukto
qmake PREFIX=/usr
make
DESTDIR= make install
```