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
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
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.