[gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Qiangning Hong
I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100, which is not acceptable. Can anyone give me a hint to use command

Re: [gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Matan Peled
Qiangning Hong wrote: I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100, which is not acceptable. Can anyone

Re: [gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Edward Catmur
On Thu, 2005-04-21 at 17:45 +0800, Qiangning Hong wrote: I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100,