Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-23 | 2013-07-29 | ||
| IsNot Nothing (martin) | added explicit protocol to session url (martin) | ||
| Line 6: | Line 6: | ||
| <code> | <code> | ||
| - | winscp.com /command "option batch abort" "option confirm off" "open user@example.com" "put examplefile.txt /home/user/" "exit" | + | winscp.com /command "option batch abort" "option confirm off" "open sftp://user@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 user@example.com | + | open sftp://user@example.com |
| put examplefile.txt /home/user/ | put examplefile.txt /home/user/ | ||
| exit | exit | ||