commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-02-05 | 2014-02-05 | ||
session url should always include protocol and end with slash (martin) | session url should end with slash (martin) | ||
Line 82: | Line 82: | ||
<code> | <code> | ||
winscp.com /script="C:\Users\martin\Documents\myscript.txt" | winscp.com /script="C:\Users\martin\Documents\myscript.txt" | ||
- | winscp.com /command "option batch abort" "option confirm off" "open sftp://martin@example.com -hostkey=""ssh-rsa 1024 xx:xx:xx...""" "exit" | + | winscp.com /command "option batch abort" "option confirm off" "open sftp://martin@example.com/ -hostkey=""ssh-rsa 1024 xx:xx:xx...""" "exit" |
winscp.exe /console /script="myscript.txt" /log="myscript.log" | winscp.exe /console /script="myscript.txt" /log="myscript.log" | ||
</code> | </code> |