Re: Search for text command does not display any results
Hello there,
I wonder if someone can help me using the Search for text command. I have WinSCP 5.8.4 and every time I run this command on a remote ftp server the command line window just flashes once (I can see text, probably results in the window for a split second) and then disappears. Is there any way at all I can pause the cli or view the results preferably in a human readable format and not sent to log files etc? Many thanks in advance.
How's this problem related to this thread? Please start a new thread for your problem.
Anyway, if the window just flashes, it means something went wrong. Otherwise the console would wait for a key press.
To debug the extension, hold down the
Ctrl + Shift
while clicking the OK on the "Options for extension 'Search for Text'". Instead of running the extension, its command is copied to the clipboard. Now go to Windows command-line (cmd.exe
), and type: set WINSCP_PATH=C:\Program Files (x86)\WinSCP
and then paste the copied command and execute it. Now you should see the error. Please post the error here, so that we can fix the problem.