5

ftp server connection failed on vista

view full story
linux-howto

http://serverfault.com – On a vista pro, I activated ftp server with "Activate or deactivate Windows-functionality" > IIS (rough translation). I can't connect to ftp even in localhost: C:\...> ftp localhost Connection refused Port 21 is not opened: C:\...> telnet localhost 21 connect failed $ netstat -a | grep 21 no result Where to look at to find a hint? (HowTos)