Differences
This shows you the differences between the selected revisions of the page.
| 2014-11-13 | 2015-02-18 | ||
| 5.6.3 Bug 876: Added method Session.AddRawConfiguration to configure any global configuration option. (martin) | releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) | ||
| Line 7: | Line 7: | ||
| ===== Global Settings ===== | ===== Global Settings ===== | ||
| - | ==== Transfer Settings ==== | + | For global settings, use ''[[commandline#configuration|/rawconfig]]'' command-line parameter. |
| - | For [[transfer_settings|transfer setting]], you can pre-configure your preferred settings as [[ui_pref_transfer|default transfer settings]]. The script uses the default transfer settings as initial. | + | |
| - | You should then [[scripting#configuration|isolate configuration]] prepared for the script. | + | For example, to configure changing case of filenames to lowercase during transfer and reconnect interval, use: |
| - | + | ||
| - | If the value of the option is not static you can generate the INI file before running the script. | + | |
| - | + | ||
| - | For example, to configure changing case of filenames to lowercase during transfer, use following INI file: | + | |
| - | + | ||
| - | <code ini> | + | |
| - | [Configuration\Interface\CopyParam] | + | |
| - | ; File name case modification (1 = Upper case, 2 = Lower case, 4 = Lower case 8.3) | + | |
| - | FileNameCase=2 | + | |
| - | </code> | + | |
| - | + | ||
| - | ==== Other Settings ==== | + | |
| - | The same applies to most other settings, such as configuring reconnect interval: | + | |
| - | <code ini> | + | |
| - | [Configuration\Interface] | + | |
| - | SessionReopenAuto=10000 | + | |
| - | </code> | + | |
| - | + | ||
| - | ==== Using /rawconfig parameter ==== | + | |
| - | + | ||
| - | In the latest beta release, you can use ''[[commandline#configuration|/rawconfig]]'' parameter. &beta | + | |
| - | + | ||
| - | For example to configure the two settings shown above use: | + | |
| <code batch> | <code batch> | ||