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:
parent
6c57d1de51
commit
f11333661d
1 changed files with 24 additions and 0 deletions
24
pages.zh/common/ffsend.md
Normal file
24
pages.zh/common/ffsend.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue