Downloading multimedia content in java from php pages
Posted
by jmcejuela
on Stack Overflow
See other posts from Stack Overflow
or by jmcejuela
Published on 2010-05-13T15:50:05Z
Indexed on
2010/05/13
15:54 UTC
Read the original article
Hit count: 254
The url: http://www.teamliquid.net/replay/download.php?replay=1830 is a download link to a .rep file.
My question is: how to download this content in java knowing the name of the original rep file in order to save it with a defined prefix, like path/_.rep
//I was trying to run wget from java but I don't see how to get the original file's name.
© Stack Overflow or respective owner