You can download files protected by Basic Htaccess Auth via wget like that:
$> wget --http-user=USERNAME --http-password=PASSWORD http://nice.file.url
Or via curl like that:
$> curl -u USER:PASSWORD http://www.caplantic.de
You can download files protected by Basic Htaccess Auth via wget like that:
$> wget --http-user=USERNAME --http-password=PASSWORD http://nice.file.url
Or via curl like that:
$> curl -u USER:PASSWORD http://www.caplantic.de