| overbored |
10-12-2004 10:07 PM |
Recursively listing files over FTP?
How do I obtain a complete recursive listing of all the files (under a directory) over FTP? I'm guessing there's no standard FTP command to do that, but surely there must be some way to index all the files on a server or under a directory on a server (without turning to a FTP search engine)? It would be nice if this list also included details like filesizes, attributes, etc. I thought that wget might have something like this, but I don't know how to tell it not to download files, just indices. Thanks in advance.
|