• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP filelisting {Quick Q}

Haden

Senior member
Anyone know how to make recursive directory listing on FTP server?

I need to gather all file names from several servers to txt files (to do fast file search later).

I've tried to use wget (--spider?) however doesn't seem to be what I want, and while wget can do recursive download (whole ftp) i can't get it to just gather file names instead. I'm out of ideas and www.google.com doesn't help here... 🙁

I'm using Debian Linux.

Thanks.
 
I mean to get file list from remote FTP server, I tried installing FTPfs (to mount FTP and then do ls) but without much luck.

Sorry for my bad english.
 
Back
Top