How to enable FTP access to my VPS?

We recommend our customers to use SCP/SFTP when they need to transfer files from/to their VPS accounts. But sometimes it is necessary to allow certain users to have FTP access.

You need to install the FTP server. You can do this with the following commands: (instructions valid for Cent OS based VPS)

$ yum install proftpd
$ service proftpd start
$ chkconfig proftpd on

These commands will install the software, start the server and make sure the server is started at boot time.

Once this is complete, your VPS users will have FTP access without any additional configurations required.

If you need to make configuration changes to the FTP server, the configuration file is located in

/etc/proftpd.conf

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Related Articles

Random Articles

Post a Comment