session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-04-29 | 2011-05-23 | ||
created (martin) | host can be hostname or IP address (martin) | ||
Line 4: | Line 4: | ||
The syntax is: | The syntax is: | ||
[ sftp|ftp|scp:// ][ <user> [ :password ] @ ] <host> [ :<port> ] | [ sftp|ftp|scp:// ][ <user> [ :password ] @ ] <host> [ :<port> ] | ||
+ | |||
+ | The ''host'' can either be a host name (such as ''example.com'') or an IP address (such as ''127.0.0.1''). | ||
Special characters (like ''@'' in username) can be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code. | Special characters (like ''@'' in username) can be encoded using ''%XX'' syntax, where ''XX'' is hexadecimal ASCII code. |