Links auxiliares:
Download FileZilla Server - https://filezilla-project.org/download.php?platform=win64&type=server
Comandos PowerShell:
New-NetFirewallRule -DisplayName "FTP (Command)" -Direction Inbound -Protocol TCP -LocalPort 21 -Action Allow
New-NetFirewallRule -DisplayName "FTP (Passive)" -Direction Inbound -Protocol TCP -LocalPort 49152-65534 -Action Allow