Notice: the default Send host is provided by [@timvisee][timvisee] (info). Please consider to [donate] and help keep it running.
Easily and securely share files from the command line. A [Send][send] client.
Easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the [Send][send] service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser.
[![ffsend usage demo][usage-demo-svg]][usage-demo-asciinema]
No demo visible here? View it on [asciinema][usage-demo-asciinema].
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.
The public [Send][send] service that is used as default host is provided by
[@timvisee][timvisee] (info).
This application is not affiliated with [Firefox][firefox] or
[Mozilla][mozilla] in any way.
Note: this tool is currently in beta, as some extra desired features are yet to be implemented
For a list of upcoming features and ideas, take a look at the current open issues over on GitLab.
Easily upload and download:
# Simple upload $ ffsend upload my-file.txt https://send.vis.ee/#sample-share-url # Advanced upload # - Specify a download limit of 1 # - Specify upload expiry time of 5 minutes # - Enter a password to encrypt the file # - Archive the file before uploading # - Copy the shareable link to your clipboard # - Open the shareable link in your browser $ ffsend upload --downloads 1 --expiry-time 5m --password --archive --copy --open my-file.txt Password: ****** https://send.vis.ee/#sample-share-url # Upload to your own host $ ffsend u -h https://example.com/ my-file.txt https://example.com/#sample-share-url # Simple download $ ffsend download https://send.vis.ee/#sample-share-url
Inspect remote files:
# Check if a file exists $ ffsend exists https://send.vis.ee/#sample-share-url Exists: yes # Fetch remote file info $ ffsend info https://send.vis.ee/#sample-share-url ID: b087066715 Name: my-file.txt Size: 12 KiB MIME: text/plain Downloads: 0 of 10 Expiry: 18h2m (64928s)
Other commands include:
# View your file history $ ffsend history # LINK EXPIRE 1 https://send.vis.ee/#sample-share-url 23h57m 2 https://send.vis.ee/#other-sample-url 17h38m 3 https://example.com/#sample-share-url 37m30s # Change the password after uploading $ ffsend password https://send.vis.ee/#sample-share-url Password: ****** # Delete a file $ ffsend delete https://send.vis.ee/#sample-share-url
Use the --help
flag, help
subcommand, or see the help section for
all available subcommands.
apt install openssl ca-certificates
xclip
or xsel
for clipboard support
apt install xclip
yum install xclip
pacman -S xclip
crypto-openssl
feature: [» Installer][openssl-windows-installer] (v1.1.0j
or above)crypto-openssl
feature: brew install openssl@1.1
pkg install openssl
pkg install ca_root_nss
xclip
& xsel
for clipboard support: pkg install xclip xsel-conrad
Because ffsend
is still in early stages, only limited installation options are
available right now. Feel free to contribute additional packages.
Make sure you meet and install the requirements.
See the operating system specific instructions below:
Using the snap package is recommended if supported.
Alternatively you may install it manually using the
prebuilt binaries.
Only 64-bit (x86_64
) packages and binaries are provided.
For other architectures and configurations you may compile from source.
More packages options will be coming soon.
Note: The ffsend
snap
package is isolated, and can only access files in
your home directory. Choose a different installation option if you don't want
this limitation.
Note: due to how snap
is configured by default, you won't be able to use the
package from some contexts such as through SSH without manual modifications. If
you're experiencing problems, please refer to a different installation method
such as the prebuilt binaries, or open an issue.
[» ffsend
][snapcraft-ffsend]
snap install ffsend ffsend --help
[» ffsend-bin
][aur-ffsend-bin] (precompiled binary, latest release, recommended)
[» ffsend
][aur-ffsend] (compiles from source, latest release)
[» ffsend-git
][aur-ffsend-git] (compiles from source, latest master
commit)
yay -S ffsend # or aurto add ffsend-bin sudo pacman -S ffsend-bin # or using any other AUR helper ffsend --help
Note: The Nix package is currently not automatically updated, and might be slightly outdated.
[» ffsend][nix-ffsend]
nix-channel --update nix-env --install ffsend ffsend --help
Note: The Fedora package is maintained by contributors, and might be slightly outdated.
[» ffsend][fedora-ffsend]
sudo dnf install ffsend ffsend --help
Note: The Alpine package is maintained by contributors, it might be outdated. Choose a different installation method if an important update is missing.
[» ffsend][alpine-ffsend]
apk add ffsend --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ffsend --help
Check out the [latest release][github-latest-release] assets for Linux binaries.
Use the ffsend-v*-linux-x64-static
binary, to minimize the chance for issues.
If it isn't available yet, you may use an artifact from a
[previous version][github-releases] instead, until it is available.
Make sure you meet and install the requirements before you continue.
You must make the binary executable, and may want to move it into /usr/bin
to
make it easily executable:
# Rename binary to ffsend mv ./ffsend-* ./ffsend # Mark binary as executable chmod a+x ./ffsend # Move binary into path, to make it easily usable sudo mv ./ffsend /usr/local/bin/ ffsend --help
Using the homebrew
package is recommended.
Alternatively you may install it via MacPorts, or manually using the
prebuilt binaries.
Make sure you've [homebrew
][homebrew] installed, and run:
brew install ffsend ffsend --help
Note: ffsend in MacPorts is currently not automatically updated, and might be slightly outdated.
Once you have MacPorts installed, you can run:
sudo port selfupdate sudo port install ffsend
Note: The Nix package is currently not automatically updated, and might be slightly outdated.
nix-channel --update nix-env --install ffsend ffsend --help
Check out the [latest release][github-latest-release] assets for a macOS binary. If it isn't available yet, you may use an artifact from a [previous version][github-releases] instead, until it is available.
Then, mark the downloaded binary as an executable.
You then may want to move it into /usr/local/bin/
to make the ffsend
command
globally available:
# Rename file to ffsend mv ./ffsend-* ./ffsend # Mark binary as executable chmod a+x ./ffsend # Move binary into path, to make it easily usable sudo mv ./ffsend /usr/local/bin/ ffsend
Using the scoop
package is recommended.
Alternatively you may install it manually using the
prebuilt binaries.
If you're using the [Windows Subsystem for Linux][wsl], it's highly recommended to install the prebuilt Linux binary instead.
Only 64-bit (x86_64
) binaries are provided.
For other architectures and configurations you may compile from source.
A chocolatey
package along with an .msi
installer will be coming soon.
Make sure you've [scoop
][scoop-install] installed, and run:
scoop install ffsend ffsend --help
Check out the [latest release][github-latest-release] assets for Windows binaries.
Use the ffsend-v*-windows-x64-static
binary, to minimize the chance for issues.
If it isn't available yet, you may use an artifact from a
[previous version][github-releases] instead, until it is available.
You can use ffsend
from the command line in the same directory:
.\ffsend.exe --help
To make it globally invocable as ffsend
, you must make the binary available in
your systems PATH
. The easiest solution is to move it into System32
:
move .\ffsend.exe C:\Windows\System32\ffsend.exe
[» ffsend
][freshports-ffsend]
Note: The FreeBSD package is currently maintained by FreeBSD contributors, and might be slightly outdated.
# Precompiled binary. pkg install ffsend # Compiles and installs from source. cd /usr/ports/www/ffsend && make install
ffsend
can be used on Android through Termux, install it first:
[» Termux][termux]
Note: The Android package is currently maintained by Termux contributors, and might be slightly outdated.
# Install package. pkg install ffsend ffsend help
If your system runs Docker, you can use the docker image. There are currently no other binaries or packages available.
You can build the project from source instead.
A Docker image is available for using ffsend
running in a container.
Mount a directory to /data
, so it's accessible for ffsend
in the container,
and use the command as you normally would.
[» timvisee/ffsend
][docker-hub-ffsend]
# Invoke without arguments docker run --rm -it -v $(pwd):/data timvisee/ffsend # Upload my-file.txt docker run --rm -it -v $(pwd):/data timvisee/ffsend upload my-file.txt # Download from specified link docker run --rm -it -v $(pwd):/data timvisee/ffsend download https://send.vis.ee/#sample-share-url # Show help docker run --rm -it -v $(pwd):/data timvisee/ffsend help # To update the used image docker pull timvisee/ffsend
On Linux or macOS you might define a alias in your shell configuration, to make
it invocable as ffsend
:
alias ffsend='docker run --rm -it -v "$(pwd):/data" timvisee/ffsend'
Note: This implementation is limited to accessing the paths you make available through the specified mount.
To build and install ffsend
yourself, you meet the following requirements
before proceeding:
git
][git]rust
][rust] v1.63
(MSRV) or higher (install using [rustup
][rustup])apt install build-essential cmake pkg-config libssl-dev
yum install gcc gcc-c++ make cmake openssl-devel
pacman -S openssl base-devel
emerge -a dev-util/pkgconfig dev-util/cmake dev-libs/openssl
dnf install gcc gcc-c++ make cmake openssl-devel
crypto-openssl
feature: See instructions here herecrypto-openssl
feature: brew install cmake pkg-config openssl
or see instructions herepkg install rust gmake pkgconf python36 libxcb xclip ca_root_nss xsel-conrad
ffsend
port, which manages dependencies for you.Then, walk through one of the following steps to compile and install ffsend
:
Compile and install it directly from cargo:
# Compile and install from cargo cargo install ffsend -f # Start using ffsend ffsend --help
Or clone the repository and install it with cargo
:
一键生成PPT和Word,让学习生活更轻松
讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。
深度推理能力全新升级,全面对标OpenAI o1
科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。
一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型
Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成 方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。
字节跳动发布的AI编程神器IDE
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。
AI助力,做PPT更简单!
咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群 ,能高效制作出高品质 PPT,满足不同场景演示需求。
选题、配图、成文,一站式创作,让内容运营更高效
讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。
专业的AI公文写作平台,公文写作神器
AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。
OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。
openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。
高分辨率纹理 3D 资产生成
Hunyuan3D-2 是腾讯开发的用于 3D 资产生成的强大工具,支持从文本描述、单张图片或多视角图片生成 3D 模型,具备快速形状生成能力,可生成带纹理的高质量 3D 模型,适用于多个领域,为 3D 创作提供了高效解决方案。
一个具备存储、管理和客户端操作等多种功能的分布式文件系统相关项目。
3FS 是一个功能强大的分布式文件系统项目,涵盖了存储引擎、元数据管理、客户端工具等多个模块。它支持多种文件操作,如创建文件和目录、设置布局等,同时具备高效的事件循环、节点选择和协程池管理等特性。适用于需要大规模数据存储和管理的场景,能够提高系统的性能和可靠性,是分布式存储领域的优质解决方案。