Accept spaces in Filenames
This commit is contained in:
parent
f1c73851a6
commit
93e37156d8
10
README.md
10
README.md
|
@ -8,18 +8,18 @@ If you use Letterheads Address database, uncomment the last line of that file an
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
`./fax.sh <letter.pdf> <recipient>`
|
`./fax.sh <letter.pdf> <recipient>`
|
||||||
With a german fax number `<recipient>`
|
with a german fax number `<recipient>`
|
||||||
|
|
||||||
`./fax.sh <letter.pdf> -handle <handle>`
|
`./fax.sh <letter.pdf> -handle <handle>`
|
||||||
Asks Letterhead's address database for <handle>'s fax number.
|
asks Letterhead's address database for <handle>'s fax number.
|
||||||
|
|
||||||
`$ ./fax.sh -help`
|
` ./fax.sh -help`
|
||||||
Print usage Message and exit
|
prints usage Message and exits
|
||||||
|
|
||||||
sipgate doesn't accept pdf files larger than 30 pages or 10MB.
|
sipgate doesn't accept pdf files larger than 30 pages or 10MB.
|
||||||
|
|
||||||
~~For now, `<recipient>` has to be numbers-only, starting with `+49`. It is planned to parse different number formats.~~ Should be done.
|
~~For now, `<recipient>` has to be numbers-only, starting with `+49`. It is planned to parse different number formats.~~ Should be done.
|
||||||
Spaces in filename seem to make trouble at the moment - avoid them.
|
~~Spaces in filename seem to make trouble at the moment - avoid them.~~ Spaces in filenames are difficult. No guarantee, but should be handled now.
|
||||||
|
|
||||||
`status.sh` shows ID, Date and Status of the last ten fax set from this device.
|
`status.sh` shows ID, Date and Status of the last ten fax set from this device.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue