Differences
This shows you the differences between the selected revisions of the page.
2006-08-16 | 2006-09-26 | ||
Downloading the most recent file (martin) | for pipe, make sure .com is used, scripting#console (martin) | ||
Line 19: | Line 19: | ||
</code> | </code> | ||
- | Now pass the generated script file as input to WinSCP ((WinSCP supports script on standard input since 3.8.2 only. With earlier versions you need to store the script into temporary file first.)): | + | Now pass the generated script file as input to WinSCP ((WinSCP [[scripting#console|console interface tool]] supports script on standard input since 3.8.2 only. With earlier versions you need to store the script into temporary file first.)): |
<code> | <code> | ||
- | php -q download.php | winscp3 user@example.com /console /script="%temp%\download.tmp" | + | php -q download.php | winscp3.com user@example.com /console /script="%temp%\download.tmp" |
</code> | </code> | ||