I am logged in to an ftp server and want to find a particular directory within all the directories that exist there. I am looking for a command similar to the Unix find command. Is there something like this available?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
While theoretically possible I'm not aware of any ftp-client to support this. EDIT: As idursun pointed out Total Commander can do it. It's not possible with regular If you really have only ftp-access you could try to list all directories recursively to a file and then |
||||
|
|
|
Total Commander can do that. Connect to ftp using the built-in ftp client and perform a normal search (Alt+F7) in the ftp tab. |
||||
|
|
|
There's
|
||||
|
|
|
Some FTPd have a file database that can be queried:
|
||||
|
|