421 Service not available, remote server has closed connection
とりあえずxinetd経由で
/etc/xinetd.d/vsftpd
service ftp
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vsftpd
}