Downwload Failure (streams.zip)

Downwload Failure (streams.zip)

Postby UnProfessional » 04.02.2016, 15:08

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
UnProfessional
 

Re: Downwload Failure (streams.zip)

Postby aker » 04.02.2016, 15:57

Agree with you. The URL does not work here, too.
streams.png
(15.36 KiB) Not downloaded yet


Thanks for the information.
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Downwload Failure (streams.zip)

Postby Denniss » 04.02.2016, 16:29

Filenames are back to uppercase it seems - http://download.sysinternals.com/files/Streams.zip works
Denniss
 
Posts: 869
Joined: 01.08.2009, 10:51

Re: Downwload Failure (streams.zip)

Postby UnProfessional » 04.02.2016, 16:41

Ah, didn't check that.
Someone's having fun changing Names? :D

Thanks
UnProfessional
 

Re: Downwload Failure (streams.zip)

Postby aker » 04.02.2016, 19:31

Looks like, MS has fun changing servers... :roll:
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Downwload Failure (streams.zip)

Postby boco » 04.02.2016, 19:41

Looks like wget has an option

--ignore-case

however, I don't know if that also is valid for URLs.
Microsoft update catalog: http://catalog.update.microsoft.com/v7/site/
Windows Install media download: https://support.microsoft.com/en-us/help/15088/windows-create-installation-media
boco
 
Posts: 2391
Joined: 24.11.2009, 17:00
Location: Germany

Re: Downwload Failure (streams.zip)

Postby harry » 04.02.2016, 20:46

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!!!
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Downwload Failure (streams.zip)

Postby boco » 05.02.2016, 22:19

Da wir ja alternative Download-Adressen haben: Wie wärs mit einem Fallback? Primäre Adresse 404 => Nutze sekundäre Adresse.
Microsoft update catalog: http://catalog.update.microsoft.com/v7/site/
Windows Install media download: https://support.microsoft.com/en-us/help/15088/windows-create-installation-media
boco
 
Posts: 2391
Joined: 24.11.2009, 17:00
Location: Germany

Re: Downwload Failure (streams.zip)

Postby harry » 06.02.2016, 01:13

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.
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Downwload Failure (streams.zip)

Postby WSUSUpdateAdmin » 06.02.2016, 09:42

Erledigt.
GT
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Next

Return to Download

Who is online

Users browsing this forum: Google [Bot] and 78 guests