*: path/to/everything (#9589)

This commit is contained in:
pixel
2022-12-04 10:12:49 +01:00
committed by GitHub
parent ab7a36fbe6
commit 0d99563193
61 changed files with 147 additions and 147 deletions

View File

@@ -5,7 +5,7 @@
- Upload a file:
`ffsend upload {{file}}`
`ffsend upload {{path/to/file}}`
- Download a file:
@@ -13,12 +13,12 @@
- Upload a file with password:
`ffsend upload {{file}} -p {{password}}`
`ffsend upload {{path/to/file}} -p {{password}}`
- Download a file protected by password:
`ffsend download {{file}} -p {{password}}`
`ffsend download {{path/to/file}} -p {{password}}`
- Upload a file and allow 4 downloads:
`ffsend upload {{file}} -d {{4}}`
`ffsend upload {{path/to/file}} -d {{4}}`