*: path/to/everything (#9589)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user