Page 1 of 1

Cannot upload file to some folder

Posted: Mon Mar 12, 2018 4:45 am
by maszgalang
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

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

Image

Re: Cannot upload file to some folder

Posted: Mon Mar 12, 2018 11:14 am
by skurudo
See what's wrong with file/directory owner

Code: Select all

chown -R admin:admin /home/admin/web/domain.com/public_html

Re: Cannot upload file to some folder

Posted: Mon Mar 12, 2018 1:39 pm
by maszgalang
Image

nothing wrong and not effected to other,

Re: Cannot upload file to some folder

Posted: Sat Nov 13, 2021 4:15 am
by Editps
are you able to solve?