All the FTP sites I defined in IIS are bound to 192.16.9.3:21
& 192.16.9.3:990
,
yet when I do a netstat the following is what I get:
C:\>netstat -a -n -o
Active Connections
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 1168
TCP 0.0.0.0:990 0.0.0.0:0 LISTENING 1168
TCP [::]:21 [::]:0 LISTENING 1168
TCP [::]:990 [::]:0 LISTENING 1168
C:\>tasklist /svc /FI "PID eq 1168"
Image Name PID Services
========================= ======== ========================================
svchost.exe 1168 ftpsvc
How do I force ftpsvc to listen only to 192.16.9.3
?