Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-14 | 2009-04-15 | ||
| FTP/SFTP (martin) | WScript.Shell (martin) | ||
| Line 28: | Line 28: | ||
| ==== Access to Input/Output streams ==== | ==== Access to Input/Output streams ==== | ||
| - | You can use ''[[http://msdn.microsoft.com/en-us/library/6kxy1a51(VS.85).aspx|Scripting.FileSystemObject]]'' to execute WinSCP console interface tool and feed the script commands (using input stream), without creating temporary script file: | + | You can use ''[[http://msdn.microsoft.com/en-us/library/aew9yb99(VS.85).aspx|WScript.Shell]]'' to execute WinSCP console interface tool and feed the script commands (using input stream), without creating temporary script file: | 
| <code javascript> | <code javascript> | ||
| var shell = WScript.CreateObject("WScript.Shell"); | var shell = WScript.CreateObject("WScript.Shell"); | ||