Differences
This shows you the differences between the selected revisions of the page.
scripting 2025-01-26 | scripting 2025-01-26 (current) | ||
Line 26: | Line 26: | ||
~~AD~~ | ~~AD~~ | ||
+ | ===== [[result]] Checking Results ===== | ||
+ | WinSCP [[executables]] return exit code 1 when any command is interrupted due to an error or any prompt is answered //Abort// (even automatically in batch mode). Otherwise it returns the exit code 0. | ||
+ | To further analyze results of scripted operations, you will find [[logging_xml|XML logging]] useful. | ||
+ | |||
+ | //For more details, refer to [[faq_script_result|*]]// | ||