Below are the commands required to setup FTP (well, FTPS in fact, and specifically not SFTP, which you can most easily use by adding your…
SFTP
The SSH File Transfer Protocol or SFTP is a network protocol that provides file transfer and manipulation functionality over any reliable data stream.
It should be considered as the standard method for accessing a site externally over FTP – where plain FTP should basically always be considered to be insecure. You can, though, also use FTPS.
Also see SSH.