2

I have many folder directories under my Remote System Explorer .

How to Search entire files in a directory for a keyword using Zend studio search?

zod
  • 12,092
  • 24
  • 70
  • 106
  • Searching many files on a remote server through FTP? That would take a very long time. Essentially, it would have to download every file, search through them, then give you the result. I don't thing Zend Studio allows that as a feature. – Clint Nov 14 '11 at 18:06
  • so you saying that .. RSE is connected to server as an ft connection and search is not possible.. grep will be better .. – zod Nov 14 '11 at 18:30
  • Yeah, pretty much. If you have shell access Grep would be much better. :-) Zend should consider adding a search for connections over SFTP where it runs grep for you. – Clint Nov 14 '11 at 20:16

1 Answers1

0

Bump for @Clint's answer. I have used ZS for a few years, and have never seen a remote search function (goes and double-checks). I looked at the options of a project that I have connected to a remote server and at least on the standard search dialog I don't see it.

enter image description here

amateur barista
  • 4,440
  • 3
  • 25
  • 37