Skip to content

Instantly share code, notes, and snippets.

@dockerlead
Last active February 21, 2022 05:11
Show Gist options
  • Save dockerlead/90e56afda6f3452a7c408fd326e8e26c to your computer and use it in GitHub Desktop.
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!
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
@dockerlead
Copy link
Author

Feel free to create issues on the github repo in case you have any trouble in using this tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment