Differences

This shows you the differences between the selected revisions of the page.

2011-05-24 2011-05-25
session_configuration#stored (martin) 4.3.3 bug 681 (martin)
Line 7: Line 7:
The only mandatory part is ''host''. Most URL's will include also ''username'' and protocol (''sftp'', ''ftp'' or ''scp''). Note that ''sftp'' protocol is the default one, but the default can be changed. The ''ftps'' protocol is FTP over SSL/TLS. 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 ''ftps''). The only mandatory part is ''host''. Most URL's will include also ''username'' and protocol (''sftp'', ''ftp'' or ''scp''). Note that ''sftp'' protocol is the default one, but the default can be changed. The ''ftps'' protocol is FTP over SSL/TLS. 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 ''ftps'').
-The ''host'' can either be a host name (such as ''example.com'') or an IP address (such as ''127.0.0.1'').+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 enclosed in square brackets (such as ''[2001:db8:85a3:8d3:1319:8a2e:370:7348]'').
Special characters (like ''@'' in username, see example below) have to be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code. Special characters (like ''@'' in username, see example below) have to be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code.
Line 22: Line 22:
  sftp://martin@example.com   sftp://martin@example.com
  martin%40example.com:4pRte!ai%253@example.com   martin%40example.com:4pRte!ai%253@example.com
-  sftp://root@example.com:2121+  sftp://root@example.com:2222
  example.com   example.com
 +  ftp://127.0.0.1:2121
 +  ftp://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:2121

Last modified: by martin