Differences
This shows you the differences between the selected revisions of the page.
2015-12-16 | 2015-12-17 | ||
removing recent tags with release of the next major branch 5.8 (martin) | removing uses of option batch and confirm not needed since 5.6 with release of the next major branch 5.8 (martin) | ||
Line 32: | Line 32: | ||
<code winscp> | <code winscp> | ||
- | option batch abort | ||
- | option confirm off | ||
open ftps://winscp\winscp:mypassword@waws-prod-am1-234.ftp.azurewebsites.windows.net/ | open ftps://winscp\winscp:mypassword@waws-prod-am1-234.ftp.azurewebsites.windows.net/ | ||
put C:\myjob\* /site/wwwroot/App_Data/jobs/type/name/ | put C:\myjob\* /site/wwwroot/App_Data/jobs/type/name/ | ||
Line 85: | Line 83: | ||
<code winscp> | <code winscp> | ||
- | option batch abort | ||
- | option confirm off | ||
# 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:xx:xx:xx:xx:xx:xx:xx:xx" |