Netbeans FTP download/upload error

Netbeans FTP download/upload error
  1. Right-click Command Prompt, and then click Run as Administrator.
  2. Run the following command:
    netsh advfirewall firewall add rule name=FTPService action=allow service=ftpsvc protocol=TCP dir=in
  3. Disable stateful FTP filtering so that the firewall does not block any FTP traffic:
    netsh advfirewall set global StatefulFTP disable