commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-01-06 | 2016-01-06 | ||
order (martin) | 5.8 Bug 921 Authentication with TLS/SSL client certificates (martin) | ||
Line 12: | Line 12: | ||
winscp.exe [mysession] /keepuptodate [local_directory] [remote_directory] [/defaults] | winscp.exe [mysession] /keepuptodate [local_directory] [remote_directory] [/defaults] | ||
winscp.exe [mysession] /upload file1 file2 file3 ... [/defaults] | winscp.exe [mysession] /upload file1 file2 file3 ... [/defaults] | ||
- | winscp.exe [mysession] [/privatekey=<key_file>] [/hostkey=<fingerprint>] | + | winscp.exe [mysession] [/privatekey=<file>] [/hostkey=<fingerprint>] |
+ | winscp.exe [mysession] [/clientcert=<file>] [/certificate=<fingerprint>] | ||
winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicit] | winscp.exe [mysession] [/passive[=on|off]] [/implicit|explicit] | ||
winscp.exe [mysession] [/timeout=<sec>] | winscp.exe [mysession] [/timeout=<sec>] | ||
Line 47: | Line 48: | ||
Parameter ''/hostkey'' specifies fingerprint of expected SSH host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. | Parameter ''/hostkey'' specifies fingerprint of expected SSH host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. | ||
+ | |||
+ | Parameter ''/clientcert'' specifies [[local_path|local path]] to FTPS or WebDAVS [[tls#client_certificate|TLS/SSL client certificate]]. | ||
Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). |