session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-07-13 | 2014-07-28 | ||
dropping url from title (martin) | 5.6 bug 160 webdav (martin) | ||
Line 6: | Line 6: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | sftp|ftp|ftps|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] / | + | sftp|ftp|ftps|http|https|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] / |
===== Elements ===== | ===== Elements ===== | ||
Line 12: | Line 12: | ||
The only mandatory part is ''host''. The host can either be a host name (such as ''example.com''), an IPv4 address (such as ''127.0.0.1'') or an IPv6 address surrounded by square brackets (such as ''[2001:db8:85a3:8d3:1319:8a2e:370:7348]''). | The only mandatory part is ''host''. The host can either be a host name (such as ''example.com''), an IPv4 address (such as ''127.0.0.1'') or an IPv6 address surrounded by square brackets (such as ''[2001:db8:85a3:8d3:1319:8a2e:370:7348]''). | ||
- | You should also always explicitly specify a protocol (''[[sftp]]'', ''[[ftp]]'' or ''[[scp]]'', the ''[[ftps]]'' protocol is FTP over TLS/SSL). ((Protocol is ''sftp'' by default, but the default can be changed.)) For all protocols [[integration_url#winscp|WinSCP-specific alternative]] is supported, with ''winscp-'' prefix. | + | You should also always explicitly specify a protocol (''[[sftp]]'', ''[[ftp]]'', ''[[scp]]'', for FTP over TLS/SSL use ''[[ftps]]'', for WebDAV use ''http'', for WebDAV over TLS/SSL use ''https''). ((Protocol is ''sftp'' by default, but the default can be changed.)) For all protocols [[integration_url#winscp|WinSCP-specific alternative]] is supported, with ''winscp-'' prefix. //WebDAV protocol is available only in the latest beta release.// &beta |
Most URL's will include also ''username''. | Most URL's will include also ''username''. | ||
- | The ''port'' needs to be specified only, when it differs from the default port for the protocol (22 for ''sftp''/''scp'', 21 for ''ftp'' and 990 for implicit ''ftps''). | + | The ''port'' needs to be specified only, when it differs from the default port for the protocol (22 for ''sftp''/''scp'', 21 for ''ftp'', 990 for implicit ''ftps'', 80 for 'http'' and 443 for ''https''). |
===== [[hostkey]] SSH Host Key Fingerprint ===== | ===== [[hostkey]] SSH Host Key Fingerprint ===== | ||
Line 55: | Line 55: | ||
ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121/ | ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121/ | ||
sftp://martin;fingerprint=ssh-dss-0b-77-8b-68-f4-45-b1-3c-87-ad-5c-be-3b-c5-72-78@example.com/ | sftp://martin;fingerprint=ssh-dss-0b-77-8b-68-f4-45-b1-3c-87-ad-5c-be-3b-c5-72-78@example.com/ | ||
+ | http://martin@example.com/dav/ | ||
===== Generating ===== | ===== Generating ===== | ||
You can have WinSCP [[ui_generateurl|generate session URL]]. &beta_feature | You can have WinSCP [[ui_generateurl|generate session URL]]. &beta_feature |