Multiple download of files

  • Thread starter Thread starter Beardo
  • Start date Start date
B

Beardo

How and where in the registry do I change the settings so I can download
more than 2 files simultainiously?

I have Windows 2000 Pro



Beardo
 
Beardo said:
How and where in the registry do I change the settings so I can download
more than 2 files simultainiously?

I have Windows 2000 Pro

If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want. Note, however, that this default
is part of the HTTP 1.1 spec. Increasing it may cause problems with
some websites.

Rick
 
Beardo said:
How and where in the registry do I change the settings so I can download
more than 2 files simultainiously?

I have Windows 2000 Pro

If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want. Note, however, that this default
is part of the HTTP 1.1 spec. Increasing it may cause problems with
some websites.

Rick
 
Thank you very much! That is exactly what I needed. Bless you!

Beardo
 
Thank you very much! That is exactly what I needed. Bless you!

Beardo
 
Rick said:
If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want. Note, however, that this default
is part of the HTTP 1.1 spec. Increasing it may cause problems with
some websites.

Rick


I changed the settings i.e made a new string with the name
MaxConnectionsPerServer and gave it a value of 16. But it doesn't work. What
could be the problem?

Beardo
 
Rick said:
If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want. Note, however, that this default
is part of the HTTP 1.1 spec. Increasing it may cause problems with
some websites.

Rick


I changed the settings i.e made a new string with the name
MaxConnectionsPerServer and gave it a value of 16. But it doesn't work. What
could be the problem?

Beardo
 
Beardo said:
I changed the settings i.e made a new string with the name
MaxConnectionsPerServer and gave it a value of 16. But it doesn't work. What
could be the problem?

1. Did you create a DWORD or string value? A string value
won't work.

2. Make sure you reboot after making the change.

3. 16 is *way* too many connections, most servers won't allow
that many. Start with 4 and work your way up from there.

Rick
 
Beardo said:
I changed the settings i.e made a new string with the name
MaxConnectionsPerServer and gave it a value of 16. But it doesn't work. What
could be the problem?

1. Did you create a DWORD or string value? A string value
won't work.

2. Make sure you reboot after making the change.

3. 16 is *way* too many connections, most servers won't allow
that many. Start with 4 and work your way up from there.

Rick
 
Rick said:
If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want.

Hi

How to Configure Internet Explorer to Have More Than Two Download Sessions
http://support.microsoft.com/?kbid=282402

The article above states that also the value MaxConnectionsPer1_0Server needs to be
created/edited...
 
Rick said:
If you're talking about downloading more than 2 files from the same
server, the key is under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create or change the DWORD key: MaxConnectionsPerServer from
its default of 2 to whatever you want.

Hi

How to Configure Internet Explorer to Have More Than Two Download Sessions
http://support.microsoft.com/?kbid=282402

The article above states that also the value MaxConnectionsPer1_0Server needs to be
created/edited...
 
Rick said:
1. Did you create a DWORD or string value? A string value
won't work.

2. Make sure you reboot after making the change.

3. 16 is *way* too many connections, most servers won't allow
that many. Start with 4 and work your way up from there.

Rick

hehe It was a string value and not a DWORD I created, My bad :-)

Beardo
 
Rick said:
1. Did you create a DWORD or string value? A string value
won't work.

2. Make sure you reboot after making the change.

3. 16 is *way* too many connections, most servers won't allow
that many. Start with 4 and work your way up from there.

Rick

hehe It was a string value and not a DWORD I created, My bad :-)

Beardo
 
Torgeir Bakken (MVP) said:
Hi

How to Configure Internet Explorer to Have More Than Two Download Sessions
http://support.microsoft.com/?kbid=282402

The article above states that also the value MaxConnectionsPer1_0Server needs to be
created/edited...

--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter

Thank you very much for the link, Torgeir! You made my day :-)

And many thanks to Rick also!

Regards

Beardo/Björn
 
Torgeir Bakken (MVP) said:
Hi

How to Configure Internet Explorer to Have More Than Two Download Sessions
http://support.microsoft.com/?kbid=282402

The article above states that also the value MaxConnectionsPer1_0Server needs to be
created/edited...

--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter

Thank you very much for the link, Torgeir! You made my day :-)

And many thanks to Rick also!

Regards

Beardo/Björn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top