How Do I Configure ProFTP for Website Update?
Posted
by ServerChecker
on Server Fault
See other posts from Server Fault
or by ServerChecker
Published on 2010-05-24T19:19:23Z
Indexed on
2010/05/24
19:21 UTC
Read the original article
Hit count: 283
I am running Ubuntu Server 9.10 with ProFTPD, and I also have Webmin.
I have DNS setup for 3 domains, mail setup for 3 domains, as well as Apache2 setup for those domains. They work great.
Now I want to give FTP access for an incoming user, but point them to /var/www/[domain] and have them come in as something like user "ftpuser" but want this to translate to user "www-data" so that web permissions will be correct.
What is the technique to do this?
© Server Fault or respective owner