mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 20 2005,02:09 |
|
gnu-utils is a big file. Although it's cool that it will fix it, ideally something already present in DSL should be implemented. I'll try to work with friedgold's suggestion if i can.
Edit: doesn't seem to work with http, and requires username/password, even with the -a option. That's not acceptable.
Edit2: Just to clarify what I'm doing.... I've written a flua script to update a frugal installation. It contains a list of DSL mirrors, and it needs to obtain a list of files in the directories specified in that mirror list. Some are http and some are ftp. It works ok as-is if you have gnu-utils installed, but the default wget does not have the -S option required to grab a list of files in the directory. The user simply clicks on the mirror, and the list of ISO files is downloaded. This must be done automatically, and without additional effort on the part of the user in order to make the script actually worthwhile to use. If the user has to do too much work he may as well just download a file with wget or a browser, mount it, and copy the necessary files over. The main point is to make it as automatic as possible.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|