Warp is a free and open source encrypted file transfer application for Linux. Using Warp you can send files between multiple devices. It also support Magic Wormhole command line client. It is released under GNU General Public License v3.0. Both the sender and receiver need to install warp on their devices.
Now select the file or directory to share and copy the transfer code and send it to the file receiver. Because the receiver needs to enter this code to begin the file transfer.In the receiver side open the app and select the receive tab and enter the transfer code to start receive the file.
How to install Warp on Ubuntu Linux
Warp is available via flatpak package from flathub. You need to install flatpak and flathub on your system and restart after the installation. Now open the terminal command-line application (ctrl+alt) and run below Warp flatpak installation command. It will install the latest version of Warp on your Linux system.
flatpak install flathub app.drey.Warp
After the installation your can open Warp using below command.
flatpak run app.drey.Warp
And uninstall it using below command.
sudo flatpak uninstall app.drey.Warp
That’s all