mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 19 2005,15:57 |
|
Looking for a way in DSL to get a file listing of an arbitrary directory on an http or ftp server, without user interaction. The directory might not contain an index file, so it would need to be something similar to the ls command on local/network drives.
I've tried using 'wget -S <URL>', which works for some systems but not for DSL. ftp has a 'ls' command, but i don't think it can be used non-interactively. Lynx has a -dump option, but apparently this was not carried over to Links.
So i'm out of ideas. Anyone know another way? Thanks.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|