Now for my opinion as to why people are having this problem downloading or playing the show.
The first link [
http://www.jtf.org/c.mp3 ] is served from a Web server which is not the best way to 'stream' a show. I have experienced this problem when I click on the link and my browser starts downloading it. Occasionally, when I do this, the download will end prematurely and leave me with a shortened show {the remained of the show cut off}... I suppose the reason for this is that the server does not respond quickly enough and the browser 'times-out' and terminates the download. I suspect this may be due to slowdowns on the network or improper settings on the server side which govern the time-out period.
I have only used the second link once and I got a reliable download that time. I suspect that the same problem may occur downloading from that site....
I no longer use my browser to download the show. I have written a short little script for my Linux system which uses the http download utility named 'wget' which does not 'time-out' like the browser download function.
For those Linux geeks {if there are any out there besides me}.... I use the following nifty little command to download my shows...
$> wget -O JTF_11_11_14.mp3 http://www.jtf.org/c.mp3
I will change the numbers which form [year]-[month]-[day] format.