Differences
This shows you the differences between the selected revisions of the page.
| 2013-12-20 | 2014-02-05 | ||
| 5.5 removing beta tags (martin) | session url should end with slash (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@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@example.com/ |
| put examplefile.txt /home/user/ | put examplefile.txt /home/user/ | ||
| exit | exit | ||