1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ffsend.md

25 lines
461 B
Markdown
Raw Normal View History

2019-03-22 18:03:29 +01:00
# ffsend
> Easily and securely share files.
> More information: <https://gitlab.com/timvisee/ffsend>.
2019-03-22 18:03:29 +01:00
- Upload a file:
2022-12-04 10:12:49 +01:00
`ffsend upload {{path/to/file}}`
2019-03-22 18:03:29 +01:00
- Download a file:
`ffsend download {{url}}`
- Upload a file with password:
2022-12-04 10:12:49 +01:00
`ffsend upload {{path/to/file}} -p {{password}}`
2019-03-22 18:03:29 +01:00
- Download a file protected by password:
2022-12-04 10:12:49 +01:00
`ffsend download {{path/to/file}} -p {{password}}`
2019-03-22 18:03:29 +01:00
- Upload a file and allow 4 downloads:
2022-12-04 10:12:49 +01:00
`ffsend upload {{path/to/file}} -d {{4}}`