Differences
This shows you the differences between the selected revisions of the page.
| 2014-12-19 | 2014-12-19 | ||
| SessionOptions.ParseUrl method in .NET assembly. (martin) | use to parse urls from !S (martin) | ||
| Line 27: | Line 27: | ||
| Note that the method parser is more strict, than a parser used for URLs with scripting command ''[[scriptcommand_open|open]]'' or [[commandline|command-line]]. | Note that the method parser is more strict, than a parser used for URLs with scripting command ''[[scriptcommand_open|open]]'' or [[commandline|command-line]]. | ||
| + | |||
| + | //You can use the method to accept session %%URL%% provided by a [[custom_command|custom command]] pattern ''!S''. This allows easy implementation of WinSCP extensions using e.g. [[library_powershell|PowerShell scripts]] that make use of [[library|WinSCP .NET assembly]].// | ||
| + | |||