session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-07-28 | 2014-07-28 | ||
5.6 bug 160 webdav (martin) | protocol linking (martin) | ||
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]]'', ''[[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 | + | You should also always explicitly specify a protocol (''[[sftp]]'', ''[[ftp]]'', ''[[scp]]'', for [[ftps|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''. |