HARDDRIVE
Blog

Passive ftp på windows 2008

gå i cmd med administrative rettigheder

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 enable


  • #Windows Server
  • #FTP
  • #Netværk
« Tilbage til forsiden