1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/ffsend.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

24 lines
461 B
Markdown

# ffsend
> Easily and securely share files.
> More information: <https://gitlab.com/timvisee/ffsend>.
- Upload a file:
`ffsend upload {{path/to/file}}`
- Download a file:
`ffsend download {{url}}`
- Upload a file with password:
`ffsend upload {{path/to/file}} -p {{password}}`
- Download a file protected by password:
`ffsend download {{path/to/file}} -p {{password}}`
- Upload a file and allow 4 downloads:
`ffsend upload {{path/to/file}} -d {{4}}`