1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

ffsend: add Chinese translation (#11532)

This commit is contained in:
Snowflake 2023-11-23 21:49:46 +08:00 committed by GitHub
parent 6c57d1de51
commit f11333661d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages.zh/common/ffsend.md Normal file
View file

@ -0,0 +1,24 @@
# ffsend
> 轻松和安全地分享文件。
> 更多信息:<https://gitlab.com/timvisee/ffsend>.
- 上传文件:
`ffsend upload {{路径/到/文件}}`
- 下载文件:
`ffsend download {{url}}`
- 上传带有密码的文件:
`ffsend upload {{路径/到/文件}} -p {{密码}}`
- 下载带有密码保护的文件:
`ffsend download {{路径/到/文件}} -p {{密码}}`
- 上传文件并允许下载 4 次:
`ffsend upload {{路径/到/文件}} -d {{4}}`