try:

ps -ef | grep <username>

There should be an entry like:

<username> 6666 2222 0 00:00 00:00:00 /usr/sbin/ftpd

and kill the PID:

kill 6666