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…
FTPS
FTPS (often called FTP/SSL) is a name used to encompass a number of ways in which FTP software can perform secure file transfers.
All FTPS connections have an SSL/TLS layer under the FTP protocol to encrypt the data and/or control channels in order to ensure connections may not be intercepted.
Connections over “plain FTP” are therefore less secure, and are to be avoided as a general rule.
Also see SSH.