Friday, December 10, 2010

Enable ProFTP on Linux server in xampp

When you install Xampp on lnux it will by default proftp also install, only you need to enable the service.

/opt/lampp/lampp startftp

startftp: Starts the ProFTPD server. Via FTP you can upload files for your web server (user "nobody", password "lampp"). This command activates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay activated.

ProFTPD uses the password "lampp" for user "nobody".

/opt/lampp/lampp startftp
stopftp: Stops the ProFTPD server. This command deactivates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay deactivated.

/opt/lampp/etc/proftpd.conf The ProFTPD configuration file. (since 0.9.5)

No comments:

Post a Comment