Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-21 | 2013-05-23 | ||
| copy/paste error (martin) | IsNot Nothing (martin) | ||
| Line 656: | Line 656: | ||
| .Close() | .Close() | ||
| End With | End With | ||
| - | If Not output Is Nothing Then output = winscp.StandardOutput.ReadToEnd() | + | If output IsNot Nothing Then output = winscp.StandardOutput.ReadToEnd() |
| ' Wait until WinSCP finishes | ' Wait until WinSCP finishes | ||
| Line 696: | Line 696: | ||
| <trailer> | <trailer> | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| + | |||
| * Guide to [[guide_automation|scripting/automation]]; | * Guide to [[guide_automation|scripting/automation]]; | ||