2019-03-01 11:28:33 +00:00
|
|
|
[![Build status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]
|
2018-05-21 20:56:21 +00:00
|
|
|
[![Newest release on crates.io][crate-version-badge]][crate-link]
|
|
|
|
[![Number of downloads on crates.io][crate-download-badge]][crate-link]
|
|
|
|
[![Project license][crate-license-badge]](LICENSE)
|
|
|
|
|
|
|
|
[crate-download-badge]: https://img.shields.io/crates/d/ffsend.svg
|
|
|
|
[crate-license-badge]: https://img.shields.io/crates/l/ffsend.svg
|
2019-03-01 11:28:33 +00:00
|
|
|
[crate-link]: https://crates.io/crates/ffsend
|
|
|
|
[crate-version-badge]: https://img.shields.io/crates/v/ffsend.svg
|
|
|
|
[gitlab-ci-link]: https://gitlab.com/timvisee/ffsend/pipelines
|
|
|
|
[gitlab-ci-master-badge]: https://gitlab.com/timvisee/ffsend/badges/master/pipeline.svg
|
2018-05-17 22:32:41 +00:00
|
|
|
|
2018-05-18 14:51:07 +00:00
|
|
|
# ffsend [WIP]
|
2018-05-19 17:33:06 +00:00
|
|
|
> Easily and securely share files from the command line.
|
2018-05-17 22:08:05 +00:00
|
|
|
> A fully featured [Firefox Send][send] client.
|
|
|
|
|
2018-05-19 17:33:06 +00:00
|
|
|
Easily and securely share files and directories from the command line through a
|
2018-05-18 07:55:45 +00:00
|
|
|
safe, private and encrypted link using a single simple command.
|
2018-05-17 22:32:41 +00:00
|
|
|
Files are shared using the [Send][send] service and may be up
|
2018-05-17 22:30:26 +00:00
|
|
|
to 2GB. Others are able to download these files with this tool, or through
|
2019-01-03 12:16:24 +00:00
|
|
|
their web browser.
|
2018-05-17 22:30:26 +00:00
|
|
|
|
2018-06-04 23:06:12 +00:00
|
|
|
[![ffsend usage demo][usage-demo-svg]][usage-demo-asciinema]
|
2018-05-22 15:52:15 +00:00
|
|
|
_No demo visible here? View it on [asciinema][usage-demo-asciinema]._
|
2018-05-17 22:32:41 +00:00
|
|
|
|
2018-05-17 22:30:26 +00:00
|
|
|
All files are always encrypted on the client, and secrets are never shared with
|
|
|
|
the remote host. An optional password may be specified, and a default file
|
|
|
|
lifetime of 1 (up to 20) download or 24 hours is enforced to ensure your stuff
|
|
|
|
does not remain online forever.
|
|
|
|
This provides a secure platform to share your files.
|
|
|
|
Find out more about security [here](#security).
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
- [Features](#features)
|
|
|
|
- [Usage](#usage)
|
2018-05-17 22:32:41 +00:00
|
|
|
- [Requirements](#requirements)
|
2018-05-17 22:08:05 +00:00
|
|
|
- [Install](#install)
|
|
|
|
- [Build](#build)
|
2018-05-18 08:38:33 +00:00
|
|
|
- [Configuration and environment](#configuration-and-environment)
|
2018-05-19 17:33:06 +00:00
|
|
|
- [Security](#security)
|
2018-05-17 22:08:05 +00:00
|
|
|
- [Help](#help)
|
2018-06-01 14:14:42 +00:00
|
|
|
- [Special thanks](#special-thanks)
|
2018-05-17 22:08:05 +00:00
|
|
|
- [License](#license)
|
|
|
|
|
2018-05-17 22:30:26 +00:00
|
|
|
The public [Send][send] service that is used as default host is provided by
|
|
|
|
[Mozilla][mozilla].
|
2018-05-18 14:51:07 +00:00
|
|
|
This application is not affiliated with [Mozilla][mozilla], [Firefox][firefox]
|
|
|
|
or [Firefox Send][send] in any way.
|
2018-05-17 22:30:26 +00:00
|
|
|
|
|
|
|
_Note: this tool is currently in the alpha phase_
|
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
## Features
|
|
|
|
- Fully featured and friendly command line tool
|
2018-05-18 07:55:45 +00:00
|
|
|
- Upload and download files and directories securely
|
2018-05-17 22:30:26 +00:00
|
|
|
- Always encrypted on the client
|
2018-08-02 00:57:43 +00:00
|
|
|
- Additional password protection, generation and configurable download limits
|
2019-02-27 23:04:55 +00:00
|
|
|
- Supports old and new Firefox Send versions
|
2018-05-17 22:08:05 +00:00
|
|
|
- Built-in file and directory archiving and extraction
|
|
|
|
- History tracking your files for easy management
|
|
|
|
- Ability to use your own Send host
|
2018-05-17 22:30:26 +00:00
|
|
|
- Inspect or delete shared files
|
|
|
|
- Accurate error reporting
|
2018-10-15 20:56:57 +00:00
|
|
|
- Low memory footprint, due to encryption and download/upload streaming
|
2018-05-17 22:08:05 +00:00
|
|
|
- Intended to be used in scripts without interaction
|
|
|
|
|
2018-05-18 12:45:00 +00:00
|
|
|
For a list of upcoming features and ideas, take a look at the
|
|
|
|
[ROADMAP](ROADMAP.md) file.
|
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
## Usage
|
2018-05-17 22:30:26 +00:00
|
|
|
Easily upload and download:
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
# Simple upload
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend upload my-file.txt
|
|
|
|
Share link: https://send.firefox.com/#sample-share-url
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
# Advanced upload
|
|
|
|
# - Specify a download limit of 20
|
|
|
|
# - Enter a password to encrypt the file
|
|
|
|
# - Archive the file before uploading
|
2018-05-18 14:51:07 +00:00
|
|
|
# - Copy the shareable link to your clipboard
|
|
|
|
# - Open the shareable link in your browser
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend upload --downloads 20 --password --archive --copy --open my-file.txt
|
|
|
|
Password: ******
|
|
|
|
Share link: https://send.firefox.com/#sample-share-url
|
2018-05-17 22:08:05 +00:00
|
|
|
|
2018-05-17 22:30:26 +00:00
|
|
|
# Upload to your own host
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend u -h https://example.com/ my-file.txt
|
|
|
|
Share link: https://example.com/#sample-share-url
|
2018-05-17 22:30:26 +00:00
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
# Simple download
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend download https://send.firefox.com/#sample-share-url
|
2018-05-17 22:30:26 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Inspect remote files:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# Check if a file exists
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend exists https://send.firefox.com/#sample-share-url
|
|
|
|
Exists: yes
|
|
|
|
|
|
|
|
# Fetch remote file info
|
|
|
|
$ ffsend info https://send.firefox.com/#sample-share-url
|
|
|
|
ID: b087066715
|
|
|
|
Name: my-file.txt
|
|
|
|
Size: 12 KiB
|
|
|
|
MIME: text/plain
|
|
|
|
Downloads: 0 of 10
|
|
|
|
Expiry: 18h2m (64928s)
|
2018-05-17 22:30:26 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Other commands include:
|
|
|
|
```bash
|
|
|
|
# View your file history
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend history
|
2018-05-18 12:45:00 +00:00
|
|
|
# LINK EXPIRY OWNER TOKEN
|
2018-05-17 22:32:41 +00:00
|
|
|
1 https://send.firefox.com/#sample-share-url 23h57m eea9f544f6d5df8a5afd
|
|
|
|
2 https://send.firefox.com/#other-sample-url 17h38m 1e9fef63fee3baaf54ce
|
|
|
|
3 https://example.com/#sample-share-url 37m30s 8eb28bc1bc85cfdab0e4
|
2018-05-17 22:30:26 +00:00
|
|
|
|
|
|
|
# Change the password after uploading
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend password https://send.firefox.com/#sample-share-url
|
|
|
|
Password: ******
|
2018-05-17 22:30:26 +00:00
|
|
|
|
|
|
|
# Delete a file
|
2018-05-17 22:32:41 +00:00
|
|
|
$ ffsend delete https://send.firefox.com/#sample-share-url
|
2018-05-17 22:08:05 +00:00
|
|
|
```
|
|
|
|
|
2018-05-18 12:45:00 +00:00
|
|
|
Use the `--help` flag, `help` subcommand, or see the [help](#help) section for
|
|
|
|
all available subcommands.
|
2018-05-17 22:08:05 +00:00
|
|
|
|
2018-05-17 22:32:41 +00:00
|
|
|
## Requirements
|
|
|
|
- Linux, macOS or Windows
|
|
|
|
- A terminal :sunglasses:
|
2019-03-04 19:47:30 +00:00
|
|
|
- Internet connection for uploading and downloading
|
2018-05-18 08:03:19 +00:00
|
|
|
- Linux specific:
|
2019-03-04 19:47:30 +00:00
|
|
|
- OpenSSL / CA certificates:
|
|
|
|
- Ubuntu/Debian: `apt install openssl ca-certificates`
|
2018-05-18 08:03:19 +00:00
|
|
|
- `xclip` for clipboard support (optional)
|
|
|
|
- Ubuntu/Debian: `apt install xclip`
|
|
|
|
- CentOS/Red Hat/openSUSE/Fedora: `yum install xclip`
|
|
|
|
- Arch: `pacman -S xclip`
|
2018-05-17 22:32:41 +00:00
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
## Install
|
2018-05-18 08:13:40 +00:00
|
|
|
<!-- Before installing, make sure you meet all requirements listed
|
|
|
|
[here](#requirements) -->
|
|
|
|
|
2018-05-31 20:33:09 +00:00
|
|
|
Because `ffsend` is still in alpha, only limited installation options are
|
|
|
|
available right now.
|
|
|
|
|
2019-01-16 19:55:36 +00:00
|
|
|
It is recommended to build and install `ffsend` yourself using these fairly
|
|
|
|
easy steps [below](#build).
|
|
|
|
|
2019-01-12 22:34:38 +00:00
|
|
|
#### Arch AUR package
|
2019-03-04 19:47:30 +00:00
|
|
|
[» `ffsend`][aur-ffsend] (binary package)
|
|
|
|
[» `ffsend-git`][aur-ffsend-git] (compile from source package)
|
2019-01-12 22:19:11 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
yaourt -S ffsend
|
|
|
|
# or
|
|
|
|
yay ffsend
|
2019-03-04 15:33:46 +00:00
|
|
|
# or
|
|
|
|
aurget -S ffsend
|
2019-01-12 22:19:11 +00:00
|
|
|
# or using any other AUR installer
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Prebuilt binaries
|
2019-03-04 19:47:30 +00:00
|
|
|
A set of prebuilt binaries for Linux and Windows can be found as asset of the
|
|
|
|
[latest release][github-latest-release].
|
|
|
|
|
|
|
|
On Linux, you must mark the binary as executable. And you may want to move it
|
|
|
|
into `/usr/bin/` to make the `ffsend` command globally available:
|
|
|
|
```bash
|
|
|
|
# Mark binary as executable
|
|
|
|
chmod a+x ./ffsend
|
|
|
|
|
|
|
|
# Move binary into path, to make it easily usable
|
|
|
|
mv ./ffsend /usr/bin/ffsend
|
|
|
|
|
|
|
|
ffsend
|
|
|
|
```
|
|
|
|
|
|
|
|
If running the binary fails (probably due to some missing dependency),
|
|
|
|
feel free to [open an issue](https://gitlab.com/timvisee/ffsend/issues).
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
## Build
|
2018-05-17 22:30:26 +00:00
|
|
|
To build and install `ffsend` yourself, you meet the following requirements
|
|
|
|
before proceeding:
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
### Build requirements
|
2018-05-17 22:30:26 +00:00
|
|
|
- Regular [requirements](#requirements)
|
|
|
|
- [`git`][git]
|
2019-03-03 15:52:17 +00:00
|
|
|
- [`rust`][rust] `v1.32` or higher (install using [`rustup`][rustup])
|
2018-05-17 22:30:26 +00:00
|
|
|
- [OpenSSL][openssl] or [LibreSSL][libressl] libraries and headers must be available
|
2018-05-17 22:08:05 +00:00
|
|
|
- Linux:
|
2019-01-16 19:55:36 +00:00
|
|
|
- Ubuntu/Debian: `apt install build-essential cmake pkg-config libssl-dev`
|
|
|
|
- CentOS/Red Hat/openSUSE: `yum install gcc gcc-c++ make cmake openssl-devel`
|
|
|
|
- Arch: `pacman -S openssl base-devel`
|
|
|
|
- Gentoo: `emerge -a dev-util/pkgconfig dev-util/cmake dev-libs/openssl`
|
|
|
|
- Fedora: `dnf install gcc gcc-c++ make cmake openssl-devel`
|
2018-05-18 08:13:40 +00:00
|
|
|
- Or see instructions [here](https://github.com/sfackler/rust-openssl#linux)
|
2018-05-17 22:08:05 +00:00
|
|
|
- macOS:
|
2019-01-16 19:55:36 +00:00
|
|
|
- Using `brew`: `brew install cmake pkg-config openssl`
|
2018-05-17 22:08:05 +00:00
|
|
|
- Or see instructions [here](https://github.com/sfackler/rust-openssl#osx)
|
|
|
|
- Windows:
|
|
|
|
- See instructions here [here](https://github.com/sfackler/rust-openssl#windows-msvc)
|
|
|
|
|
|
|
|
### Compile and install
|
2018-05-17 22:30:26 +00:00
|
|
|
Then, walk through one of the following steps to compile and install `ffsend`:
|
2018-05-17 22:08:05 +00:00
|
|
|
|
2018-05-21 20:32:12 +00:00
|
|
|
- Compile and install it directly from cargo:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# Compile and install from cargo
|
|
|
|
cargo install ffsend -f
|
|
|
|
|
|
|
|
# Start using ffsend
|
2018-05-21 20:56:21 +00:00
|
|
|
ffsend --help
|
2018-05-21 20:32:12 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
- Or clone the repository and install it with `cargo`:
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
# Clone the project
|
|
|
|
git clone https://github.com/timvisee/ffsend.git
|
2018-05-21 20:05:18 +00:00
|
|
|
cd ffsend
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
# Compile and install
|
2018-05-17 22:30:26 +00:00
|
|
|
cargo install -f
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
# Start using ffsend
|
|
|
|
ffsend --help
|
|
|
|
|
|
|
|
# or run it directly from cargo
|
|
|
|
cargo run --release -- --help
|
|
|
|
```
|
|
|
|
|
|
|
|
- Or clone the repository and invoke the binary directly (Linux/macOS):
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# Clone the project
|
|
|
|
git clone https://github.com/timvisee/ffsend.git
|
|
|
|
cd ffsend
|
|
|
|
|
|
|
|
# Build the project (release version)
|
|
|
|
cargo build --release
|
|
|
|
|
|
|
|
# Start using ffsend
|
|
|
|
./target/release/ffsend --help
|
|
|
|
```
|
|
|
|
|
2018-05-18 07:55:45 +00:00
|
|
|
### Compile features / use flags
|
2018-05-18 08:03:19 +00:00
|
|
|
Different use flags are available for `ffsend` to toggle whether to include
|
|
|
|
various features.
|
|
|
|
The following features are available, some of which are enabled by default:
|
2018-05-18 07:55:45 +00:00
|
|
|
|
|
|
|
| Feature | Enabled | Description |
|
2018-05-18 08:38:33 +00:00
|
|
|
| :---------: | :-----: | :--------------------------------------------------------- |
|
2019-02-27 23:04:55 +00:00
|
|
|
| `send2` | Default | Compile with support for Firefox Send v2 servers |
|
|
|
|
| `send3` | Default | Compile with support for Firefox Send v3 servers |
|
2018-05-18 07:55:45 +00:00
|
|
|
| `clipboard` | Default | Support for copying links to the clipboard |
|
|
|
|
| `history` | Default | Support for tracking files in history |
|
|
|
|
| `archive` | Default | Support for archiving and extracting uploads and downloads |
|
|
|
|
| `no-color` | | Compile without color support in error and help messages |
|
|
|
|
|
2018-05-18 08:03:19 +00:00
|
|
|
To enable features during building or installation, specify them with
|
2019-03-04 19:38:27 +00:00
|
|
|
`--features <features...>` when using `cargo`.
|
|
|
|
You may want to disable default features first using
|
2018-05-18 08:03:19 +00:00
|
|
|
`--no-default-features`.
|
2018-05-18 07:55:45 +00:00
|
|
|
Here are some examples:
|
|
|
|
|
|
|
|
```bash
|
2018-05-18 08:03:19 +00:00
|
|
|
# Defaults set of features with no-color, one of
|
2018-05-18 07:55:45 +00:00
|
|
|
cargo install --features no-color
|
|
|
|
cargo build --release --features no-color
|
|
|
|
|
2018-05-18 08:03:19 +00:00
|
|
|
# None of the features
|
2018-05-18 07:55:45 +00:00
|
|
|
cargo install --no-default-features
|
|
|
|
|
|
|
|
# Only history and clipboard support
|
|
|
|
cargo install --no-default--features --features history,clipboard
|
|
|
|
```
|
|
|
|
|
2018-05-18 08:38:33 +00:00
|
|
|
## Configuration and environment
|
|
|
|
The following environment variables may be used to configure the following
|
2018-05-18 12:45:00 +00:00
|
|
|
defaults. The CLI flag is shown along with it, to better describe the relation
|
|
|
|
to command line arguments:
|
2018-05-18 08:38:33 +00:00
|
|
|
|
2019-02-27 18:42:14 +00:00
|
|
|
| Variable | CLI flag | Description |
|
|
|
|
| :------------------------ | :----------------------------: | :-------------------------------- |
|
|
|
|
| `FFSEND_HISTORY` | `--history <FILE>` | History file path |
|
|
|
|
| `FFSEND_HOST` | `--host <URL>` | Upload host |
|
|
|
|
| `FFSEND_TIMEOUT` | `--timeout <SECONDS>` | Request timeout (0 to disable) |
|
|
|
|
| `FFSEND_TRANSFER_TIMEOUT` | `--transfer-timeout <SECONDS>` | Transfer timeout (0 to disable) |
|
|
|
|
| `FFSEND_API` | `--api <VERSION>` | Server API version, `-` to lookup |
|
2018-05-18 08:38:33 +00:00
|
|
|
|
|
|
|
These environment variables may be used to toggle a flag, simply by making them
|
|
|
|
available. The actual value of these variables is ignored, and variables may be
|
|
|
|
empty.
|
|
|
|
|
2018-05-18 12:45:00 +00:00
|
|
|
| Variable | CLI flag | Description |
|
|
|
|
| :------------------- | :-------------: | :-------------------------------- |
|
|
|
|
| `FFSEND_FORCE` | `--force` | Force operations |
|
|
|
|
| `FFSEND_NO_INTERACT` | `--no-interact` | No interaction for prompts |
|
|
|
|
| `FFSEND_YES` | `--yes` | Assume yes for prompts |
|
|
|
|
| `FFSEND_INCOGNITO` | `--incognito` | Incognito mode, don't use history |
|
|
|
|
| `FFSEND_OPEN` | `--open` | Open share link of uploaded file |
|
|
|
|
| `FFSEND_ARCHIVE` | `--archive` | Archive files uploaded |
|
|
|
|
| `FFSEND_EXTRACT` | `--extract` | Extract files downloaded |
|
|
|
|
| `FFSEND_COPY` | `--copy` | Copy share link to clipboard |
|
2019-02-27 18:42:14 +00:00
|
|
|
| `FFSEND_QUIET` | `--quiet` | Log quiet information |
|
2018-05-18 12:45:00 +00:00
|
|
|
| `FFSEND_VERBOSE` | `--verbose` | Log verbose information |
|
2018-05-18 08:38:33 +00:00
|
|
|
|
|
|
|
At this time, no configuration or _dotfile_ file support is available.
|
|
|
|
This will be something added in a later release.
|
|
|
|
|
2018-05-19 17:33:06 +00:00
|
|
|
## Security
|
|
|
|
In short; the `ffsend` tool and the [Send][send] service can be considered
|
|
|
|
secure, and may be used to share sensitive files. Note though that the
|
|
|
|
created share link for an upload will allow anyone to download the file.
|
|
|
|
Make sure you don't share this link with unauthorized people.
|
|
|
|
|
|
|
|
For more detailed information on encryption, please read the rest of the
|
|
|
|
paragraphs in this security section.
|
|
|
|
|
|
|
|
_Note: even though the encryption method is considered secure, this `ffsend`
|
|
|
|
tool does not provide any warranty in any way, shape or form for files that
|
|
|
|
somehow got decrypted without proper authorization._
|
|
|
|
|
|
|
|
#### Client side encryption
|
|
|
|
`ffsend` uses client side encryption, to ensure your files are securely
|
|
|
|
encrypted before they are uploaded to the remote host. This makes it impossible
|
|
|
|
for third parties to decrypt your file without having the secret (encryption
|
|
|
|
key). The file and it's metadata are encrypted using `128-bit AES-GCM`, and a
|
|
|
|
`HMAC SHA-256` signing key is used for request authentication.
|
|
|
|
This is consistent with the encryption documentation provided by the
|
|
|
|
[Send][send] service, `ffsend` is a tool for.
|
|
|
|
|
|
|
|
A detailed list on the encryption/decryption steps, and on what encryption is
|
|
|
|
exactly used can be found [here][send-encryption] in the official service
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
#### Note on share link security
|
|
|
|
The encryption secret, that is used to decrypt the file when downloading,
|
|
|
|
is included in the share URL behind the `#` (hash). This secret is never sent
|
|
|
|
the remote server directly when using the share link in your browser.
|
|
|
|
It would be possible however for a webpage to load some malicious JavaScript
|
|
|
|
snippet that eventually steals the secret from the link once the page is loaded.
|
|
|
|
Although this scenario is extremely unlikely, there are some options to prevent
|
|
|
|
this from happening:
|
|
|
|
|
|
|
|
- Only use this `ffsend` tool, do not use the share link in your browser.
|
|
|
|
- Add additional protection by specifying a password using `--password` while
|
|
|
|
uploading, or using the `password` subcommand afterwards.
|
|
|
|
- Host a secure [Send][send] service instance yourself.
|
|
|
|
|
|
|
|
A complete overview on encryption can be found in the official service
|
|
|
|
documentation [here][send-encryption].
|
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
## Help
|
|
|
|
```
|
|
|
|
$ ffsend help
|
|
|
|
|
2019-03-05 09:00:36 +00:00
|
|
|
ffsend 0.2.14
|
2018-11-20 12:06:55 +00:00
|
|
|
Tim Visee <timvisee.com>
|
2018-05-19 17:33:06 +00:00
|
|
|
Easily and securely share files from the command line.
|
2018-05-17 22:08:05 +00:00
|
|
|
A fully featured Firefox Send client.
|
|
|
|
|
|
|
|
USAGE:
|
|
|
|
ffsend [FLAGS] [OPTIONS] [SUBCOMMAND]
|
|
|
|
|
|
|
|
FLAGS:
|
|
|
|
-f, --force Force the action, ignore warnings
|
|
|
|
-h, --help Prints help information
|
|
|
|
-i, --incognito Don't update local history for actions
|
|
|
|
-I, --no-interact Not interactive, do not prompt
|
2018-11-29 08:39:34 +00:00
|
|
|
-q, --quiet Produce output suitable for logging and automation
|
2018-05-17 22:08:05 +00:00
|
|
|
-V, --version Prints version information
|
|
|
|
-v, --verbose Enable verbose information and logging
|
|
|
|
-y, --yes Assume yes for prompts
|
|
|
|
|
|
|
|
OPTIONS:
|
2018-11-20 12:06:55 +00:00
|
|
|
-H, --history <FILE> Use the specified history file [env: FFSEND_HISTORY]
|
|
|
|
-t, --timeout <SECONDS> Request timeout (0 to disable) [env: FFSEND_TIMEOUT]
|
|
|
|
-T, --transfer-timeout <SECONDS> Transfer timeout (0 to disable) [env: FFSEND_TRANSFER_TIMEOUT]
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
SUBCOMMANDS:
|
|
|
|
upload Upload files [aliases: u, up]
|
|
|
|
download Download files [aliases: d, down]
|
|
|
|
debug View debug information [aliases: dbg]
|
|
|
|
delete Delete a shared file [aliases: del]
|
|
|
|
exists Check whether a remote file exists [aliases: e]
|
|
|
|
help Prints this message or the help of the given subcommand(s)
|
|
|
|
history View file history [aliases: h]
|
|
|
|
info Fetch info about a shared file [aliases: i]
|
|
|
|
parameters Change parameters of a shared file [aliases: params]
|
|
|
|
password Change the password of a shared file [aliases: pass, p]
|
2019-02-27 18:42:14 +00:00
|
|
|
version Determine the Send server version [aliases: v]
|
2018-05-17 22:08:05 +00:00
|
|
|
|
|
|
|
The public Send service that is used as default host is provided by Mozilla.
|
|
|
|
This application is not affiliated with Mozilla, Firefox or Firefox Send.
|
|
|
|
```
|
|
|
|
|
2018-06-01 14:14:42 +00:00
|
|
|
## Special thanks
|
|
|
|
- to [Mozilla][mozilla] for building and hosting the amazing
|
|
|
|
[Firefox Send][send] service
|
|
|
|
- to everyone involved with [asciinema][asciinema] and [svg-term][svg-term] for
|
|
|
|
providing tools to make great visual demos
|
|
|
|
- to everyone involved in all crate dependencies used
|
|
|
|
|
2018-05-17 22:08:05 +00:00
|
|
|
## License
|
2018-05-21 20:05:18 +00:00
|
|
|
This project is released under the GNU GPL-3.0 license.
|
2018-05-18 12:45:00 +00:00
|
|
|
Check out the [LICENSE](LICENSE) file for more information.
|
2018-05-17 22:08:05 +00:00
|
|
|
|
2018-05-18 14:51:07 +00:00
|
|
|
[usage-demo-asciinema]: https://asciinema.org/a/182225
|
2018-05-30 18:19:33 +00:00
|
|
|
[usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg
|
2018-05-17 22:08:05 +00:00
|
|
|
[firefox]: https://firefox.com/
|
|
|
|
[git]: https://git-scm.com/
|
2018-05-17 22:30:26 +00:00
|
|
|
[libressl]: https://libressl.org/
|
2018-08-31 08:48:24 +00:00
|
|
|
[mozilla]: https://mozilla.org/
|
2018-05-17 22:08:05 +00:00
|
|
|
[openssl]: https://www.openssl.org/
|
|
|
|
[rust]: https://rust-lang.org/
|
|
|
|
[rustup]: https://rustup.rs/
|
|
|
|
[send]: https://send.firefox.com/
|
2018-05-19 17:33:06 +00:00
|
|
|
[send-encryption]: https://github.com/mozilla/send/blob/master/docs/encryption.md
|
2018-06-01 14:14:42 +00:00
|
|
|
[asciinema]: https://asciinema.org/
|
|
|
|
[svg-term]: https://github.com/marionebl/svg-term-cli
|
2018-05-31 20:33:09 +00:00
|
|
|
[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest
|
2019-01-12 22:19:11 +00:00
|
|
|
[aur-ffsend]: https://aur.archlinux.org/packages/ffsend/
|
2019-03-04 15:33:46 +00:00
|
|
|
[aur-ffsend-git]: https://aur.archlinux.org/packages/ffsend-git/
|