Differences
This shows you the differences between the selected revisions of the page.
| 2009-06-29 | 2009-06-30 | ||
| 4.2.2 bug 430 (martin) | 4.2.2 bug 396 (martin) | ||
| Line 261: | Line 261: | ||
| | ''-certificate="<fingerprint>"'' | Specifies fingerprint of expected [[ftps#certificate|SSL/TLS sertificate]] (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept certificate]] with the fingerprint. [[ftps|FTPS]] protocol only. | | | ''-certificate="<fingerprint>"'' | Specifies fingerprint of expected [[ftps#certificate|SSL/TLS sertificate]] (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept certificate]] with the fingerprint. [[ftps|FTPS]] protocol only. | | ||
| | ''-passive'' | Passive mode ([[protocols#ftp|FTP protocol]] only) | | | ''-passive'' | Passive mode ([[protocols#ftp|FTP protocol]] only) | | ||
| + | | ''-implicit'' | Implicit TLS/SSL ([[ftps|FTPS protocol]] only) | | ||
| + | | ''-explicitssl'' | Explicit SSL ([[ftps|FTPS protocol]] only) | | ||
| + | | ''-explicittls'' | Explicit TLS ([[ftps|FTPS protocol]] only) | | ||
| XML Log Element: ''[[logging_xml|session]]'' | XML Log Element: ''[[logging_xml|session]]'' | ||
| Line 268: | Line 271: | ||
| open sftp://martin@example.com -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | open sftp://martin@example.com -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | ||
| open scp://test@example.com:2222 -privatekey=mykey.ppk | open scp://test@example.com:2222 -privatekey=mykey.ppk | ||
| - | open ftps://martin@example.com -certificate="xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | open ftps://martin@example.com -implicit -certificate="xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
| open martin@example.com | open martin@example.com | ||
| open example.com | open example.com | ||