Differences
This shows you the differences between the selected revisions of the page.
| 2013-07-29 | 2014-05-17 | ||
| removed rawsettings example not there is one in rawsettings article (martin) | linking to scripting#configuration instead of repeating already documented recommendations (martin) | ||
| Line 8: | Line 8: | ||
| 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. | 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. | ||
| - | If you want to make your configuration portable, you can [[config|save it into an INI file]] and distribute the INI file with your script. | + | You should then [[scripting#configuration|isolate configuration]] prepared for the script. |
| If the value of the option is not static you can generate the INI file before running the script. | If the value of the option is not static you can generate the INI file before running the script. | ||
| - | |||
| - | You may want to set the INI file read-only, to prevent WinSCP writing to it, when exiting. | ||
| ==== Examples ==== | ==== Examples ==== | ||