How do I set up FTP on localhost?
Posted
by
EmmyS
on Ask Ubuntu
See other posts from Ask Ubuntu
or by EmmyS
Published on 2012-07-08T02:57:49Z
Indexed on
2012/07/08
3:22 UTC
Read the original article
Hit count: 450
On my old machine (back on Lucid!) I used XAMPP for local dev work. XAMPP installed everything for you, including setting up FTP to your localhost (/var/www) directory, since permissions don't allow you to write directly to it.
I have a new machine running Precise, and decided to do things the grown-up way. I installed everything using tasksel, and got apache, php, mysql, and phpmyadmin up and running. But it's kind of a pain to have to create and edit all my files via gksudo gedit on the command line, and sooner or later I'm going to have to upload images.
How can I set up FTP so that I can "upload" files to my localhost server?
© Ask Ubuntu or respective owner