[Solved] How to change chmod via ftp/filezilla

hi,

i have a freshly installed yunohost of the latest version running on a rasp bi 4 4g, i admin it via browser.

i would like to bulk upload to piwigo, but cannot change the permissions to do so. where can i do this in the web interface?

Hello
If you’re not connected in SFTPas root (which is disable by default), you can’t

thanks and how can i change this to be able to connect as root?

do you know any other ways to change chmod to 777?

If you want to change this, you’ll have to connect to your server in SSH as admin, and edit the file /etc/ssh/sshd_config like this: sudo nano /etc/ssh/sshd_config
Then, you’ll have to point to the # authentication section and change the line “PermitRootLogin” to yes
PermitRootLogin yes

and finally do CTRL+x to quit and save the config.

thanks! this is the better version, which i will try.

in the meantime i solved this by connecting to the server by ssh, changing user to root wiht sudo su, changing to the piwigo directory and changing the permissions with chmod 0777 galleries/.

i’ll check your way, this seems better for future changes. thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.