Posts Tagged ‘Passive FTP’
Passive FTP on Windows Server 2003 with Windows Firewall.
Friday, December 19, 2008 19:05 2 CommentsIt’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
