Differences
This shows you the differences between the selected revisions of the page.
| 2008-04-10 | 2008-04-10 | ||
| php syntax (martin) | removed pre-3.8.2 related comment (martin) | ||
| Line 27: | Line 27: | ||
| </code> | </code> | ||
| - | 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.)): | + | Now pass the generated script file as input to WinSCP: |
| <code> | <code> | ||
| php -q download.php | winscp.com user@example.com /script="%temp%\download.tmp" | php -q download.php | winscp.com user@example.com /script="%temp%\download.tmp" | ||