Last active
February 21, 2022 05:11
-
-
Save dockerlead/90e56afda6f3452a7c408fd326e8e26c to your computer and use it in GitHub Desktop.
ffsend - An awesome tool to send files securely over the internet, provided by firefox team!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/dockerlead/ffsend | |
cd ffsend | |
chmod +x ffsend | |
echo $PATH #Check your system path, which is different from one OS to another | |
sudo mv ffsend /usr/sbin/ #In case of Ubuntu | |
ffsend upload filename [some cool options are available if you have a paid account] | |
ffsend download filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feel free to create issues on the github repo in case you have any trouble in using this tool!