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