Install and setup FTP for nginx on Amazon EC2?

1

To install nginx and node on my Amazon EC2 I followed this guide: Installing Node.js on Amazon EC2

Now I want to get an FTP up and running and set it up so that when I connect to the FTP I automatically land in the correct folder (that will be shown to the world by nginx).

How can I do this?

leslie

Posted 2013-01-17T10:53:44.050

Reputation: 11

No answers