/usr/bin/wget --http-user Usert --http-passwd X "http://srv.xyz.com/THE
SPREADSHEET.xls"
This duly provided us a copy of the spreadsheet. However we now get a
translation of the file name so that the output filename has been URL
translated to the following:
THE%20SPREADSHEET.xls
which has broken a whole mound of other things.
This may be a dumb question, but... can't you just add "-O THE\ SPREADSHEET.xls" to the command line?
-- ---------------------------------------------------------------------------- Kim Scarborough http://www.unknown.nu/kim/ ---------------------------------------------------------------------------- "I was so naive as a kid, I used to sneak behind the barn and do nothing." -Johnny Carson ----------------------------------------------------------------------------
