FTP filelisting {Quick Q}

Haden

Senior member
Nov 21, 2001
578
0
0
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.
 

Haden

Senior member
Nov 21, 2001
578
0
0
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.