Files
tldr/pages.zh/common/ffsend.md

24 lines
485 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ffsend
> 轻松安全地共享文件。
> 更多信息: <https://gitlab.com/timvisee/ffsend>。
- 上传文件:
`ffsend upload {{path/to/file}}`
- 下载文件:
`ffsend download {{url}}`
- 上传带密码的文件:
`ffsend upload {{path/to/file}} {{-p|--password}} {{password}}`
- 下载受密码保护的文件:
`ffsend download {{url}} {{-p|--password}} {{password}}`
- 上传文件并允许4次下载
`ffsend upload {{path/to/file}} {{-d|--downloads}} {{4}}`