Dragit is a free and open source file transfer application for Linux and Windows. Using Dragit you can share files between computers in the same network. This application comes with configuration and uses mDNS for automatic device discovery. It also automatically checks the firewalld config and offers opening the ports. It is written in Rust and released under GNU General Public License v3.0.
Download Dragit [Windows, Linux]
Install Dragit on Ubuntu Linux
Dragit is available via flatpak from flathub. You can easily install it via the terminal command-line application (ctrl+alt+t). First follow below link and install flatpak and flathub.
How to install Install flatpak and flathub
Restart your system after the successful flatpak installation. Now open the terminal app and run this Dragit flatpak install command. It will install the latest version of Dragit on your system.
flatpak install flathub com.sireliah.Dragit
Now you can open Dragit via the application menu or via below command.
flatpak run com.sireliah.Dragit
You can also uninstall it via
sudo flatpak uninstall com.sireliah.Dragit
That’s all.