Installation:Gentoo:ProFTPd

From PMWH2 - PHPMyWebHosting's official wiki
Jump to: navigation, search
up
Step 1

On Debian GNU/Linux you need to install the following packages:

  • proftpd-common
  • proftpd-mysql
  • ucf

On Debian GNU/Linux use this command to install all at once:

apt-get install proftpd-common proftpd-mysql ucf

Now proceed with installing Installation:PHPMyWebHosting. After proper installation get back and follow the next steps.

Step 2

Then open a browser and point it to your PHPMyWebHosting installation. Choose ProFTP and look at the options. After setting the options click to view the proftpd.conf. Copy and paste the configuration into /etc/proftpd.conf and make the needed changes.

Save the file and restart proftpd by

/etc/init.d/proftpd restart

or

/etc/init.d/inetd restart

if proftpd is run via inetd.

Now you can enter logins via PHPMyWebHosting.