Differences
This shows you the differences between the selected revisions of the page.
2012-11-08 | 2012-11-21 | ||
linking executables for exit codes (martin) | inline the recommendation to use winscp.com to check for exit code (martin) | ||
Line 24: | Line 24: | ||
===== Checking Results ===== | ===== Checking Results ===== | ||
- | WinSCP [[executables]] returns 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.((When checking WinSCP exit code from batch file, make sure you are using [[executables|winscp.com]].)) | + | WinSCP [[executables]] returns 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. |
+ | |||
+ | //When checking WinSCP exit code from a batch file, make sure you are using [[executables|winscp.com]].// | ||
To further analyze results of scripted operations, you will find [[logging_xml|XML logging]] useful. | To further analyze results of scripted operations, you will find [[logging_xml|XML logging]] useful. | ||
+ | |||
===== [[syntax]] Commands Syntax ===== | ===== [[syntax]] Commands Syntax ===== |