change to port 21 in ini
kill all ioftpd.exe from task manager
restart ioftpd.exe
does it work on port 21 ?
if so, go in dos and do:
netstat -ano
you should see the list of open ports. find x.x.x.x:113 LISTENING and find the specified pid in task manager...
that will show u what application has the port 113 listening.
you can't have 2 applications using the same port and expect them to work correctly...
|