Dukto open-source file transfer tool for Linux Ubuntu. Install Dukto 6 (File Transfer Software) on Ubuntu 15.04 and Ubuntu 14.04. Dukto file transfer tool enables the users to easily send files from one computer to another (LAN), without any Internet or Server connection required.
Users can send text, clipboard data, files and folders via Dukto software. To use Dukto to send files over LAN, install Dukto on the machines you want to transfer files to/from and launch the program on both the PCs. The Duktop software quickly recognizes the other systems running Dukto on LAN and you can start the file transfer. By default, the files transfered via Dukto are saved in home directory.
Dukto main features are:
- Simple user interface
- No server or internet connection needed
- Zero configuration
- Clients auto-discovery
- High speed file transfer
- Multi-OS native support
- Portable version available
- Multi files and folders transfer
- Transfers log
- Send and receive text snippets (eg. useful for sending URLs)
- Open received files directly from the application
- Windows 7 taskbar integration with progress and transfer indicator
- Show your IP addresses on the IP connection page
- Full Unicode support
- Metro style UI
- Free and open source
Install Dukto on Ubuntu 15.04 and Derivative
To install Dukto software on Linux Ubuntu 15.04 and derivative, run the following commands:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install dukto
Install Dukto on Ubuntu 14.04 and Derivative
To install Dukto software on Linux Ubuntu 14.04 and derivative, run the following commands:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install dukto
Uninstall Dukto from Linux Ubuntu and derivative
If you wish to uninstall and remove Dukto software from Linux Ubuntu and derivative, run the following command:
$ sudo apt-get remove dukto