Most likely, you have overlooked the problem with certificates. If your certificate path is not valid or commented out, ioftpd will start but the ftp service will not.
Change your ioftpd.ini to match this:
#Certificate_Name =
Explicit_Encryption = FALSE
and then restart ioftpd, should work.
|