Differences
This shows you the differences between the selected revisions of the page.
2015-07-08 | 2015-08-25 | ||
script file should be utf-8 (martin) | hostkey in simple script (193.190.120.66) | ||
Line 192: | Line 192: | ||
<code batch> | <code batch> | ||
winscp.com /command "option batch abort" "open sftp://user:password@example.com/" "get examplefile.txt d:\" "exit" | winscp.com /command "option batch abort" "open sftp://user:password@example.com/" "get examplefile.txt d:\" "exit" | ||
+ | </code> | ||
+ | |||
+ | <code batch> | ||
+ | winscp.com /command "option batch abort" "open sftp://user:password@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"" " "get examplefile.txt d:\" "exit" | ||
</code> | </code> | ||