Attempt to download http://www.razor1911.com/dubmood/chiphop/dubmood__zabutom_-_svenska_akademien_-_m%E5nga_b%E4ckar_sm%E5.mp3

2006-12-24 Thread Elias Pipping
Hello, I was trying to download a file with a somewhat unusual name (see subject/below). Works well with Safari, doesn't work at all with wget, though. I tried it this way: $wget http://www.razor1911.com/dubmood/chiphop/dubmood__zabutom_- _svenska_akademien_-_m%E5nga_b%E4ckar_sm%E5.mp3

RE: Attempt to download http://www.razor1911.com/dubmood/chiphop/dubmood__zabutom_-_svenska_akademien_-_m%E5nga_b%E4ckar_sm%E5.mp3

2006-12-24 Thread George Pavlov
this is most likely an OS filename character encoding issue. when in doubt about file names just rename the file (-O option, look it up in the manual). this invocation works just fine: ~% wget -O dubmood.mp3

re: 4 gig ceiling on wget download of wiki database. Wikipedia database being blocked?

2006-12-24 Thread Jonathan Bazemore
Please cc: (copy) your response(s) to my email, [EMAIL PROTECTED], as I am not subscribed to the list, thank you. I've repeatedly tried to download the wikipedia database, one of which is 8 gigabytes, and the other, 57.5 gigabytes, from a server which supports resumability. The downloads are

Re: re: 4 gig ceiling on wget download of wiki database. Wikipedia database being blocked?

2006-12-24 Thread Steven M. Schweda
From: Jonathan Bazemore: I've repeatedly tried [...] If it's still true that you're using wget 1.9, you can probably try until doomsday with little chance of success. Wget 1.9 does not support large files. Wget 1.10.2 does support large files. Try the current version of wget, 1.10.2,