I would like to setup an ftp site on AWS/EC2 and I have read in more than one that LAMP is recommended (including here and don’t understand why I need PHP and mySQL for an FTP site.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You do not need a LAMP stack and I would strongly advice against its installation. A usual security rule is to run only as much software as required.
That you need is a FTP server. Install Ubuntu and configure FTP server as described here, for instance. Alternatively you can choose some other from many available FTP servers, free and commercial.