How to use GREP in FTP client where Destination Machine is Unix based -


how use grep in ftp client destination machine unix based? want find files containing specific string amoung files can not initiate telnet session. can initiate ftp session , needed find files/string in various folders & subfolders. kindly help.

grep not part of standard ftp commands. i'm afraid you'll have make ls. far know doesn't support searching through subfolders though. see this thread client.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -