Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
No way that I know of with the standard ftp client.
The ncftp client can do recursive listings like, ls -lR, it will even do recursive gets and puts. It's a great client and well worth installing, if you don't have it installed already.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.