Differences
This shows you the differences between the selected revisions of the page.
2018-01-26 | 2018-01-26 | ||
removing obsolete transfer option + binary mode is default anyway (martin) | shortening code examples to fix to the new design (martin) | ||
Line 163: | Line 163: | ||
<code winscp> | <code winscp> | ||
# Connect | # Connect | ||
- | 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" | + | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." |
# Change remote directory | # Change remote directory | ||
cd /home/user | cd /home/user | ||
Line 188: | Line 188: | ||
For simple scripts you can specify all the commands on [[commandline|command-line]] using ''/command'' switch: | For simple scripts you can specify all the commands on [[commandline|command-line]] using ''/command'' switch: | ||
<code batch> | <code batch> | ||
- | winscp.com /ini=nul /command "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" | + | winscp.com /ini=nul /command "open sftp://user:password@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx...""" "get examplefile.txt d:\" "exit" |
</code> | </code> | ||
Line 195: | Line 195: | ||
<code batch> | <code batch> | ||
winscp.com /ini=nul /command ^ | winscp.com /ini=nul /command ^ | ||
- | "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""" ^ | + | "open sftp://user:password@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx:xx:xx:xx...""" ^ |
"get examplefile.txt d:\" ^ | "get examplefile.txt d:\" ^ | ||
"exit" | "exit" |