Differences
This shows you the differences between the selected revisions of the page.
| 2008-01-17 | 2008-04-11 | ||
| link open command (martin) | 4.1 lowercase example insted of permissions with is now configurable using switch (martin) | ||
| Line 27: | Line 27: | ||
| </code> | </code> | ||
| - | For example, to configure default permissions for uploaded files, use following INI file: | + | For example, to configure changing case of filenames to lowercase during transfer, use following INI file: |
| <code ini> | <code ini> | ||
| [Configuration\Interface\CopyParam] | [Configuration\Interface\CopyParam] | ||
| - | PreserveRights=1 | + | FileNameCase=2 |
| - | Text=rw-rw-r-- | + | |
| </code> | </code> | ||