Configurar FTP Pasivo en IIS

05/07/2006 - 14:53 por Borja | Informe spam
Hola:

Tengo creado un sitio FTP en mi internet informatión server.

¿como puedo configurar mi FTP para que admita conexiones pasivas o no?

es que no he visto ninguna opción en las propiedades de mi sitio FTP

Gracias. Saludos
 

Leer las respuestas

#1 Miguel Angel Cabrera Herrero
17/08/2006 - 17:07 | Informe spam
Borja,

te añado una informacion que he encontrado con todos los pasos que has de
seguir, disculpa que este en ingles (Es de IIS 5 pero en IIS 6 es igual):

1. Per 810639, if doing this on IIS5, you'll probably want to first apply
Win2000's SP4 or later. (IIS may do passive mode ftp without SP4 but SP4
enables
one to set a more specific range of ports to use.)

2. In the registry editor, locate the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSftpsvc\Parameters
And add a value named "PassivePortRange" (without the quotation marks) of
type
REG_SZ.

3. set the range of ports to be used

El rango de puertos sera 1024-5000 por defecto.

The range can be set as follows:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msftpsvc\Parameters
Value Name: "PassivePortRange"
Data Type: REG_SZ
Value: xxxx-yyyy

Has de reiniciar IIS para que tenga efecto.

Desde la linea de comandos, con el comando FTP, has de usar el comando:

quote "pasv"

Que te pondra el cliente en modo pasivo para que compruebes si funciona o
no.

Saludos!

Miguel Angel Cabrera.



"Borja" wrote in message
news:
Hola:

Tengo creado un sitio FTP en mi internet informatión server.

¿como puedo configurar mi FTP para que admita conexiones pasivas o no?

es que no he visto ninguna opción en las propiedades de mi sitio FTP

Gracias. Saludos

Preguntas similares