Access Denied "root"

Hi, by Filezilla i need to access on root folder on my raspberry where i've installed R-S.
When try open show a msg "Permission Denied". I use the raspberry defalut account to access.

What is the mode to access via ftp on this folder?

Thanks
Simone

Comments

  • Root has no password and you can not login with that user. If you just need to access the server data directory you can login using ssh and then run
    sudo chmod -R a+rw /var/lib/Repetier-Server

    to make all files read and writeable by all users, so you can use ftp as user pi.
  • Repetier said:
    Root has no password and you can not login with that user. If you just need to access the server data directory you can login using ssh and then run
    sudo chmod -R a+rw /var/lib/Repetier-Server

    to make all files read and writeable by all users, so you can use ftp as user pi.
    Thanks for help. If by ftp log with user pi i see only folder contain in "pi" folder. Not show the folder contain in "root". It's correct?
  • No. /home/pi is just your start folder. But you can go up normally. That is not a problem. You just need to find the right button in your sftp software.
Sign In or Register to comment.