1----------
in your Host.Rules, delete the line:
DENY I 192.168. "Banned network address"
as you will be banned from your own server, and you probably don't want that because you have
ACCEPT I 192.168.1. ADMIN -1
just about it.
DENY > ACCEPT, so you will be denied
2-------
to be safe (i'm not sure if it matters or not), comment out the encryption lines to (under FTP_Service):
#Explicit_Encryption = True
#Encryption_Protocol = SSL3
#Min_Cipher_Strength = 128
#Max_Cipher_Strength = 256
3--------
unless you have a bouncer set
Get_External_Ident = False
4-------
to be safe, set (For HTTP_SERVICE)
Messages = ..\text\http2
just in case it's having problems loading those files
5------
under [Sections] remove line:
Home = 0 1 /home/*
because it doesn't seem like you have the virtual directory /home/ (given by your vfs files)
------
other than that i can't see the problem

it should be working, seems fine to me.
try those and report back i guess
are you sure the process isn't listed at all in taskman?