mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/*: add Indonesian translations and update other outdated translations * fping: revert "More Information" URL
24 lines
573 B
Markdown
24 lines
573 B
Markdown
# ffsend
|
|
|
|
> Teile Dateien einfach und sicher in der Command-line.
|
|
> Weitere Informationen: <https://gitlab.com/timvisee/ffsend>.
|
|
|
|
- Lade eine Datei hoch:
|
|
|
|
`ffsend upload {{pfad/zu/datei}}`
|
|
|
|
- Lade eine Datei herunter:
|
|
|
|
`ffsend download {{url}}`
|
|
|
|
- Lade eine Datei mit Passwort hoch:
|
|
|
|
`ffsend upload {{pfad/zu/datei}} {{-p|--password}} {{passwort}}`
|
|
|
|
- Lade eine passwortgeschützte Datei herunter:
|
|
|
|
`ffsend download {{url}} {{-p|--password}} {{passwort}}`
|
|
|
|
- Lade eine Datei hoch und erlaube maximal 4 Downloads:
|
|
|
|
`ffsend upload {{pfad/zu/datei}} {{-d|--downloads}} {{4}}`
|