Downloading a file in Java

Elliott1992

Junior Member
Joined
Apr 16, 2011
Messages
163
Reaction score
31
Is there a way in Java to download a Music file (mp3) or something like that to a specific folder (and specific name)from the internet (I have the download link)?

If so please can someone post here how? I've searched google and they just save the website source code in a file and don't download the music file.

Thank you in advance,

Elliott
 
Still doesn't work for Mp3's as it just saves the website and not the actual downloaded item
 
I just tested that using

"http://www.archive.org/download/huck_finn_librivox/huckfinn_43_twain_apc_64kb.mp3"

Worked fine.
 
I'm not trying to download that sort of thing. I'm trying to actually download a downloadable item. For example, http://www.limelinx.com/files/f9d936956636447bdfd6362951dab860
 
I'm not trying to download that sort of thing. I'm trying to actually download a downloadable item. For example, http://www.limelinx.com/files/f9d936956636447bdfd6362951dab860

Next time make sure you post more details of what you want on the first post. This is not "how to download an mp3", it s how to rip an mp3 from that specific site. :AR15firin

Not specifying as many details as possible on your first post when making a request is disrespectful to the people that actually give their time to help you.
 
Back
Top