-- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
As far as I can tell, the only way to get wget to overwrite an existing
file is with the `-O` option, but I want to use `--content-disposition`
to write the output to the filename in the Content-Disposition: header.
This works, but if the filename already exists it writes to filename.1
instead. Is there a way to get it to overwrite the existing file?
- Is it possible to get wget --content-disposition to overwrite ... Mark Sapiro