Guessing here as I never bothered, but you could vi /etc/xinetd.d/ftp and set disable to no. At that point you can run sudo /usr/sbin/xinetd -pidfile /var/run/xinetd.pid & . Would probably work, but I haven't tested it. On a sidenote, if you have CLI access remotely (which is what it sounds like) and you are using SSH to access the box, I would recomend use sftp or scp instead which would be more secure in that the authentication and data transfer would be ciphered.