We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
Cannot upload file to some folder
-
- Posts: 2
- Joined: Mon Mar 12, 2018 4:36 am
- Os: Ubuntu 15x
- Web: apache + nginx
Cannot upload file to some folder
i was try use the Filezilla and upload via free file manager but i have a problem, like i can't upload file to folder /home/admin/web/domain.tld/public_html
but i can up to /home/admin/ web/domain.tld/.
so i have uploaded to folder /home/admin/ web/domain.tld/ and move to /home/admin/web/domain.tld/public_html, how to change the permission ? i was search in other forum but not found.
Image for upload in /home/admin/ web/domain.tld/

Image uploaded in /home/admin/web/domain.tld/public_html

but i can up to /home/admin/ web/domain.tld/.
so i have uploaded to folder /home/admin/ web/domain.tld/ and move to /home/admin/web/domain.tld/public_html, how to change the permission ? i was search in other forum but not found.
Image for upload in /home/admin/ web/domain.tld/

Image uploaded in /home/admin/web/domain.tld/public_html

Re: Cannot upload file to some folder
See what's wrong with file/directory owner
Code: Select all
chown -R admin:admin /home/admin/web/domain.com/public_html
-
- Posts: 2
- Joined: Mon Mar 12, 2018 4:36 am
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Cannot upload file to some folder
are you able to solve?