hello. 
recently i tried to downoad a link directly to an CD by using
wget -O- -c http://site/file.iso | cdrecord dev=[device] - 

everything was fine to the moment when connection died,
wget started downloading of the file _from byte 0_

it seems -c doesn't recognize that when one uses -O- (stdout)
file size is allways 0. wget should in this case remember
file pointer @ some variable, instead of trying to determine
it from file size...

Reply via email to