JTF.ORG Forum
General Category => General Discussion => Topic started by: Aces High on October 30, 2011, 08:48:48 PM
-
message, for the last 2 weeks.
-
No I don't... But I don't use my browser to download....
A couple times when downloading the c.mp3 file it would terminate the download prematurely. But now I download using the 'wget' commandline tool on Linux.
$> wget -O JTF_11_10_30.mp3 http://www.jtf.org/c.mp3
I would suggest using the second link if the first one is terminating without completing. I don't know actually what causes this... Maybe it is something which should be looked into?
-
No I don't... But I don't use my browser to download....
A couple times when downloading the c.mp3 file it would terminate the download prematurely. But now I download using the 'wget' commandline tool on Linux.
$> wget -O JTF_11_10_30.mp3 http://www.jtf.org/c.mp3
I would suggest using the second link if the first one is terminating without completing. I don't know actually what causes this... Maybe it is something which should be looked into?
Thanks Muman. I tried the 2nd link too. That always shuts off after a minute or 2 of playing.
-
No I don't... But I don't use my browser to download....
A couple times when downloading the c.mp3 file it would terminate the download prematurely. But now I download using the 'wget' commandline tool on Linux.
$> wget -O JTF_11_10_30.mp3 http://www.jtf.org/c.mp3
I would suggest using the second link if the first one is terminating without completing. I don't know actually what causes this... Maybe it is something which should be looked into?
Thanks for the tip.
I think I'll go tell the old lady down the street to:
cd /tmp; wget -bc --no-clobber 'http://www.jtf.org/c.mp3'; mpg321 /tmp/c.mp3
-
Thanks for the tip.
I think I'll go tell the old lady down the street to:
cd /tmp; wget -bc --no-clobber 'http://www.jtf.org/c.mp3'; mpg321 /tmp/c.mp3
She'll appreciate the assistance...