Results 1 to 2 of 2

Thread: Set up ftp on /var/www???

  1. #1
    Join Date
    Dec 2012
    Beans
    67

    Set up ftp on /var/www???

    Hello people! I setup the ftp server from the repository using vsftpd.

    I did:
    Code:
    chown -R <username> /var/www
    additionally:
    Code:
    usermod -d /var/www ftp
    But I still can't ftp into www which is useless for trying to do any kind of programming on my web server. Does anyone know how I can get permissions on /var/www?
    Last edited by psyllex; March 16th, 2013 at 05:25 AM. Reason: Solved the problem!

  2. #2
    Join Date
    Dec 2012
    Beans
    67

    Re: Set up ftp on /var/www???

    Oh damn...nevermind....lol. I didn't actually do a chown -R on /var/www/ just /var/www....

    Man you guys are awesome you helped me out without even responding to my thread!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •