I found an interesting article advising to add svchost to the allowed applications, which then led me to this article
To get "insecure" FTP working, I ran the following from an elevated command prompt on the server and sure enough it work :o)
netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21
No comments:
Post a Comment