Page 1 of 2

Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 15:08
by UnProfessional
Hey Folks,

the streams.zip seems to be unavailable over the known url "http://download.sysinternals.com/files/streams.zip".
I repeatedly got donwload erros and cannot start download at all.

I have changed path to "https://live.sysinternals.com/Files/Streams.zip" to make it work.

Best
Tom

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 15:57
by aker
Agree with you. The URL does not work here, too.
streams.png
(15.36 KiB) Not downloaded yet


Thanks for the information.

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 16:29
by Denniss
Filenames are back to uppercase it seems - http://download.sysinternals.com/files/Streams.zip works

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 16:41
by UnProfessional
Ah, didn't check that.
Someone's having fun changing Names? :D

Thanks

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 19:31
by aker
Looks like, MS has fun changing servers... :roll:

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 19:41
by boco
Looks like wget has an option

--ignore-case

however, I don't know if that also is valid for URLs.

Re: Downwload Failure (streams.zip)

PostPosted: 04.02.2016, 20:46
by harry
No, the wget option --ignore-case doesn't help, see (wget version 1.17.1):
Code: Select all
D:\>wget --spider -N --ignore-case http://download.sysinternals.com/files/streams.zip
Spider mode enabled. Check if remote file exists.
--2016-02-04 20:43:13--  http://download.sysinternals.com/files/streams.zip
Resolving download.sysinternals.com (download.sysinternals.com)... 93.184.221.200, 2606:2800:133:17a3:eb7:d48:22de:1431
Connecting to download.sysinternals.com (download.sysinternals.com)|93.184.221.200|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
Remote file does not exist -- broken link!!!

Re: Downwload Failure (streams.zip)

PostPosted: 05.02.2016, 22:19
by boco
Da wir ja alternative Download-Adressen haben: Wie wärs mit einem Fallback? Primäre Adresse 404 => Nutze sekundäre Adresse.

Re: Downwload Failure (streams.zip)

PostPosted: 06.02.2016, 01:13
by harry
Der Link zum Autologon-Archiv wurde heute auch schon wieder umbenannt :roll: (siehe Webseite)

Momentan sollte die Datei .\static\StaticDownloadLinks-sysinternals.txt folgendes beinhalten:
Code: Select all
http://download.sysinternals.com/files/AutoLogon.zip
http://download.sysinternals.com/files/sigcheck.zip
http://download.sysinternals.com/files/Streams.zip

Eine Alternative wäre
Code: Select all
http://live.sysinternals.com/files/AutoLogon.zip
http://live.sysinternals.com/files/sigcheck.zip
http://live.sysinternals.com/files/Streams.zip

Dieser Server liefert case-insensitiv (zumindest im Moment), hier als UPPERCASE-Beispiel:
Code: Select all
D:\>wget -N --spider http://live.sysinternals.com/files/AUTOLOGON.ZIP
Spider mode enabled. Check if remote file exists.
--2016-02-06 01:01:31--  http://live.sysinternals.com/files/AUTOLOGON.ZIP
Resolving live.sysinternals.com (live.sysinternals.com)... 191.236.128.229
Connecting to live.sysinternals.com (live.sysinternals.com)|191.236.128.229|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 78822 (77K) [application/x-zip-compressed]
Remote file exists.

D:\>wget -N --spider http://live.sysinternals.com/files/SIGCHECK.ZIP
Spider mode enabled. Check if remote file exists.
--2016-02-06 01:02:21--  http://live.sysinternals.com/files/SIGCHECK.ZIP
Resolving live.sysinternals.com (live.sysinternals.com)... 191.236.128.229
Connecting to live.sysinternals.com (live.sysinternals.com)|191.236.128.229|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 159056 (155K) [application/x-zip-compressed]
Remote file exists.

D:\>wget -N --spider http://live.sysinternals.com/files/STREAMS.ZIP
Spider mode enabled. Check if remote file exists.
--2016-02-06 01:04:46--  http://live.sysinternals.com/files/STREAMS.ZIP
Resolving live.sysinternals.com (live.sysinternals.com)... 191.236.128.229
Connecting to live.sysinternals.com (live.sysinternals.com)|191.236.128.229|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45258 (44K) [application/x-zip-compressed]
Remote file exists.

Re: Downwload Failure (streams.zip)

PostPosted: 06.02.2016, 09:42
by WSUSUpdateAdmin
Erledigt.
GT