Windows Firewall and non-secure FTP traffic
Windows firewall can be configured from command line using netsh
command. 2 simple steps are required to setup Windows Firewall to allow
non-secure FTP traffic
1) Open port 21 on the firewall
netsh advfirewall firewall add rule name="FTP (no SSL)" action=allow protocol=TCP dir=in localport=21
2) Activate firewall application filter for FTP (aka Stateful FTP) that will dynamically open ports for data connections
netsh advfirewall set global StatefulFtp enabl
Article ID: 6, Created On: 4/22/2011, Modified: 4/22/2011