Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/

logo

## 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
```