Differences
This shows you the differences between the selected revisions of the page.
| scripting 2023-03-08 | scripting 2025-04-11 (current) | ||
| Line 155: | Line 155: | ||
| Alternatively [[config#export|export your configuration]] to a separate INI file and reference it using ''[[commandline#configuration|/ini=]]'' command-line parameter. Also consider setting the INI file read-only, to prevent WinSCP writing to it, when exiting. Particularly, if you are running multiple scripts in parallel, to prevent different instances of WinSCP trying to write it at the same time. | Alternatively [[config#export|export your configuration]] to a separate INI file and reference it using ''[[commandline#configuration|/ini=]]'' command-line parameter. Also consider setting the INI file read-only, to prevent WinSCP writing to it, when exiting. Particularly, if you are running multiple scripts in parallel, to prevent different instances of WinSCP trying to write it at the same time. | ||
| - | 登录 | + | ===== Generating Script ===== |
| + | |||
| + | You can have WinSCP [[ui_generateurl|generate a script template for you]]. | ||
| ===== [[example]] Example ===== | ===== [[example]] Example ===== | ||