Differences
This shows you the differences between the selected revisions of the page.
| 2014-08-04 | 2014-08-04 | ||
| password in all open examples (martin) | password in all open examples (martin) | ||
| Line 157: | Line 157: | ||
| For simple scripts you can specify all the commands on [[commandline|command-line]] using ''/command'' switch: | For simple scripts you can specify all the commands on [[commandline|command-line]] using ''/command'' switch: | ||
| <code> | <code> | ||
| - | winscp.exe /console /command "option batch abort" "open sftp://user@example.com/" "get examplefile.txt d:\" "exit" | + | winscp.exe /console /command "option batch abort" "open sftp://user:password@example.com/" "get examplefile.txt d:\" "exit" |
| </code> | </code> | ||