Passive FTP on Windows Server 2003 with Windows Firewall.

Friday, December 19, 2008 19:05
Posted in category Windows Server 2003

It’s on the net everywhere… But I still get a lot of questions on how to enable Passive FTP on a Windows Server 2003 machine with Windows Firewall enabled.

Without further adue..

C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange “5500-5700″
FOR /L %I IN (5500,1,5700) DO netsh firewall add portopening TCP %I “Passive FTP Port “%I

You can leave a response, or trackback from your own site.

3 Responses to “Passive FTP on Windows Server 2003 with Windows Firewall.”

  1. fable 3 says:

    December 21st, 2011 at 4:15 PM

    fable 3…

    [...]TPOV » Passive FTP on Windows Server 2003 with Windows Firewall.[...]…

  2. hosting says:

    January 28th, 2012 at 6:05 AM

    hosting…

    [...]TPOV » Passive FTP on Windows Server 2003 with Windows Firewall.[...]…

  3. All about server says:

    February 11th, 2012 at 8:55 AM

    All about server…

    [...]TPOV » Passive FTP on Windows Server 2003 with Windows Firewall.[...]…

Leave a Reply

You must be logged in to post a comment.