Differences
This shows you the differences between the selected revisions of the page.
2019-03-27 | 2019-04-12 | ||
5.15 released - removing beta notices (martin) | 5.12 Extensions metadata can span multiple lines. (martin) | ||
Line 10: | Line 10: | ||
<code powershell - GenerateHttpUrl.ps1> | <code powershell - GenerateHttpUrl.ps1> | ||
# @name Generate &HTTP URL | # @name Generate &HTTP URL | ||
- | # @command powershell.exe -ExecutionPolicy Bypass -STA -NoProfile -File "%EXTENSION_PATH%" -webRoot "%WebRoot%" -rootPath "%RootPath%" -hostName "%HostName%" -serverName "!@" -path "!/" %Https% %Pause% %Clipboard% %Open% !& | + | # @command powershell.exe -ExecutionPolicy Bypass -STA -NoProfile ^ |
+ | # -File "%EXTENSION_PATH%" -webRoot "%WebRoot%" -rootPath "%RootPath%" ^ | ||
+ | # -hostName "%HostName%" -serverName "!@" -path "!/" %Https% %Pause% ^ | ||
+ | # %Clipboard% %Open% !& | ||
# @description Generates HTTP URL of the selected file | # @description Generates HTTP URL of the selected file | ||
# @flag RemoteFiles | # @flag RemoteFiles | ||
# @flag ShowResultsInMsgBox | # @flag ShowResultsInMsgBox | ||
- | # @version 4 | + | # @version 5 |
# @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
- | # @require WinSCP 5.10 | + | # @require WinSCP 5.12 |
# @option - -site group "URL" | # @option - -site group "URL" | ||
# @option - -site label "These options are site-specific." | # @option - -site label "These options are site-specific." |