On Tue, 2005-02-01 at 16:52 +0800, John Reed wrote: > Hi wamuggers > > I have a password protected site on a linux server which uses .htaccess and > .htpasswd files - only problem is when I log into the site with fetch I > can't see them - any clues how I can make them accessible?
It's quite likely they're there, but fetch is hiding them because in UNIX, a file beginning with a dot is considered "hidden" by convention. You should be able to download it anyway, as I'm pretty sure fetch lets you type in the name to download somewhere. -- Craig Ringer

