The RSS feed for a podcast is: http://broadcast.acme.org/podcast/podcast.xml
"podcast.xml" has entries of the form: <enclosure url="http://broadcast.acme.org/broadcasts/20061103.mp3" length="25361472" type="audio/mpeg"/> The podcast receiver "Juice" running on a W2000 machine is able to download the podcasts without difficulty. "hpodder" running on Debian Etch is unable to download these podcasts. However, hpodder successfully downloads other podcasts. With "curl" running on Debian etch, the command: $ curl -v http://broadcast.acme.org/broadcasts/20061103.mp3 results in the following output: * About to connect() to broadcast.acme.org port 80 * Trying 22.222.22.22... connected * Connected to broadcast.acme.org (22.222.22.22) port 80 > GET /broadcasts/20061103.mp3 HTTP/1.1 > User-Agent: curl/7.15.5 (i486-pc-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5 > Host: broadcast.acme.org > Accept: */* > < HTTP/1.1 403 Forbidden < Date: Fri, 01 Dec 2006 11:31:53 GMT < Server: Apache/1.3.34 (Unix) PHP/4.4.1 < Transfer-Encoding: chunked < Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>403 Forbidden</TITLE> </HEAD><BODY> <H1>Forbidden</H1> You don't have permission to access /broadcasts/20061103.mp3 on this server.<P> <HR> <ADDRESS>Apache/1.3.34 Server at riven.acme.org Port 80</ADDRESS> </BODY></HTML> * Connection #0 to host broadcast.acme.org left intact * Closing connection #0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]