ftp permission denied after ispconfig 3.1 upgrade

Discussion in 'Installation/Configuration' started by ariban99, Sep 29, 2016.

  1. ariban99

    ariban99 Member

    Hi,
    I created in a new FTP user in ispconfig 3.1 (this did not happen in 3.0.4)
    when i try to upload a file it says permission denied.
    i logged in as root and ran this command chown -R -v -f web1 web
    but it gives me an error
    failed to change ownership of ‘web’ to web1
    any ideas how to make this work?
    thank you
    Ben
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Where did you try to upload the file to? uploads are permitted to the web and private folder only.
     
  3. ariban99

    ariban99 Member

    i tried uploading in the web folder
     
  4. ariban99

    ariban99 Member

    i figured it out. i had to first navigate in ssh to /var/www/mysite.com (which brings you to client number and web number)
    then i typed chown -R -v -f web1 web
    and it now works. sorry for the confusion!
     

Share This Page