Re: wget -O not preserving execute permissions

2007-03-01 Thread Andrew Hall
Thanks for the reply Steven. I've since discovered that using wget with HTTP of course cannot preserve permissions as is has no idea what they are! I had a strange idea that maybe they could be read in the header somehow, but was sorely mistaken. I've just added a chmod into my script after

wget help on file download

2007-03-01 Thread Smith, Dewayne R.
Trying to download a 4mb file. it only retrieves 6k of it. I've tried without the added --options and it doesn't work. Can you see any issues below? Thx! C:\Backup_CD\WGETwget -dv -S --no-http-keep-alive --ignore-length --secure-protocol=auto --no-check-certificate https://

RE: wget help on file download

2007-03-01 Thread Tony Lewis
The server told wget that it was going to return 6K: Content-Length: 6720 _ From: Smith, Dewayne R. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 8:05 AM To: [EMAIL PROTECTED] Subject: wget help on file download Trying to download a 4mb file. it only retrieves 6k of it.