Windows Firewall opens a range of ports for Passive FTP server
By admin - Last updated: Friday, August 13, 2010 - Save & Share - Leave a Comment
Windows Firewall opens a range of ports for Passive FTP server, you can not add a range on the UI easily, but you can do it in the command line like below.
Run the command in the command prompt, e.g. high port range is from 41000 to 41100
FOR /L %P IN (41000,1,41100) DO netsh firewall add portopening TCP %P “Passive FTP”%P
Posted in Security • • Top Of Page