Differences
This shows you the differences between the selected revisions of the page.
| 2019-05-27 | 2019-09-24 | ||
| 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | Since 5.16 we will be using !E instead of !S (martin) | ||
| Line 18: | Line 18: | ||
| # @name &Search for Text... | # @name &Search for Text... | ||
| # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | ||
| - | # -sessionUrl "!S" -path "!/" -text "%Text%" -wildcard "%Wildcard%" ^ | + | # -sessionUrl "!E" -path "!/" -text "%Text%" -wildcard "%Wildcard%" ^ |
| # -pause -sessionLogPath "%SessionLogPath%" | # -pause -sessionLogPath "%SessionLogPath%" | ||
| # @description Searches recursively for a text in the current remote directory | # @description Searches recursively for a text in the current remote directory | ||
| - | # @version 6 | + | # @version 7 |
| # @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
| - | # @require WinSCP 5.13 | + | # @require WinSCP 5.16 |
| # @option Text -run textbox "Text:" | # @option Text -run textbox "Text:" | ||
| # @option Wildcard -run textbox "File mask:" "*.*" | # @option Wildcard -run textbox "File mask:" "*.*" | ||