Differences
This shows you the differences between the selected revisions of the page.
2014-07-21 | 2014-08-04 | ||
jscript not javascript (martin) | password in all open examples (martin) | ||
Line 6: | Line 6: | ||
<code> | <code> | ||
- | winscp.com /command "option batch abort" "option confirm off" "open sftp://user@example.com/" "put examplefile.txt /home/user/" "exit" | + | winscp.com /command "option batch abort" "option confirm off" "open sftp://user:password@example.com/" "put examplefile.txt /home/user/" "exit" |
</code> | </code> | ||
Line 14: | Line 14: | ||
option batch abort | option batch abort | ||
option confirm off | option confirm off | ||
- | open sftp://user@example.com/ | + | open sftp://user:password@example.com/ |
put examplefile.txt /home/user/ | put examplefile.txt /home/user/ | ||
exit | exit |