up vote 2 down vote favorite
1
share [g+] share [fb]

Probably not, just need to clear up a question between me and a colleague.

Wondering if there's an FTP tool that will search for a phrase within all the files in a directory.

link|improve this question

+1 I wondered this too. The answers below make sense too. – therobyouknow Dec 21 '11 at 16:20
feedback

2 Answers

up vote 2 down vote accepted

If you have more than just FTP access then it is possible with WinSCP and grep:

http://winscp.net/eng/docs/remote_command

http://winscp.net/eng/docs/custom_commands#search_text

link|improve this answer
+1 worth knowing. – therobyouknow Dec 21 '11 at 16:20
feedback

Not via FTP, no. FTP does not have a search or grep function for files, it's simply for transferring.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.