Alttaki iki komut sırası ile cmd ekranından uygulanmalıdır.
21 Port izni:
netsh firewall add portopening protocol=TCP port=21 name="ActiveFTP" mode=ENABLE profile=CURRENT
5000~5100 Arası port izni:
FOR /L %I IN (5001,1,5100) DO netsh firewall add portopening protocol=TCP port=%I name="PassiveFTP" mode=ENABLE profile=CURRENT