Differences
This shows you the differences between the selected revisions of the page.
2014-07-21 | 2014-07-21 | ||
jscript not javascript (martin) | jscript not javascript (martin) | ||
Line 392: | Line 392: | ||
==== Using WinSCP Scripting and XML Logging from JScript ==== | ==== Using WinSCP Scripting and XML Logging from JScript ==== | ||
- | You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | + | You may use following [[guide_automation_advanced#wsh|Windows script host JScript code]] (''example.js''): |
<code javascript> | <code javascript> | ||
Line 486: | Line 486: | ||
</code> | </code> | ||
- | Alternatively you can continue with the processing directly in JavaScript code as suggested by respective comments. | + | Alternatively you can continue with the processing directly in JScript code as suggested by respective comments. |
===== [[local_move_after_successful_upload]] Moving local files to different location after successful upload ===== | ===== [[local_move_after_successful_upload]] Moving local files to different location after successful upload ===== |