Differences

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

2014-08-18 2014-08-18
ampersand mark is not a special character in our URLs, though note that it is a special character on windows command line (command-separator) and it can be escaped by wrapping to double-quotes (martin) characters when special meaning on windows command-line (martin)
Line 47: Line 47:
  * '';'': ''%3B'' (semicolon)   * '';'': ''%3B'' (semicolon)
 +Note that when specifying session %%URL%% on [[commandline|command-line]], you cannot use characters that have special meaning on Windows command-line, just as with any other command-line argument. Such characters include ''&'' (ampersand), ''|'' (pipe), ''<'' (less-than sign), ''>'' (greater-than sign), ''%%"%%'' (double-quote). To escape these characters, you can wrap whole session %%URL%% to double-quotes (''%%"%%'') or encode the characters as shown above.
===== Examples ===== ===== Examples =====
 +
  sftp://martin:mypassword@example.com/   sftp://martin:mypassword@example.com/

Last modified: by martin