ephemeral ports for FTP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use higher range of ephemeral ports for my ftp file transfer in
passive (PASV) Mode.I am using windows 2000 server as a client machine.

As per KB812873 i have changed th value of ReservedPorts in registry as
1024-10000 so that i can have port available from more then 10000. But this
is not working. still system is using port b/w 1024-5000

Please advice
Regards
 
I want to use higher range of ephemeral ports for my ftp file transfer in
passive (PASV) Mode.I am using windows 2000 server as a client machine.

As per KB812873 i have changed th value of ReservedPorts in registry as
1024-10000 so that i can have port available from more then 10000. But this
is not working. still system is using port b/w 1024-5000

Please advice
Regards


See tip 7812 » How can I extend the range of ephemeral ports?
in the 'Tips & Tricks' at http://www.jsifaq.com



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Hello Jerold,
Thanks for your reply.
I have done the following changes in registry-
ReservedPorts - 1024-5000
MaxUserPort - 65000

but still when i am using FTP from command prompt and changing mode to PASV,
I am still getting port between 1024-5000.
 
Are you using REG_MULTI_SZ?

See tip 7082 » How do I reserve a range of ephemeral ports in Windows 2000 Server?
in the 'Tips & Tricks' at http://www.jsifaq.com






Hello Jerold,
Thanks for your reply.
I have done the following changes in registry-
ReservedPorts - 1024-5000
MaxUserPort - 65000

but still when i am using FTP from command prompt and changing mode to PASV,
I am still getting port between 1024-5000.

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top