DWC Can't modify files uploaded via FTP in SBC mode
-
I uploaded the config files via Filezilla, and I can't edit any of the files that didn't already exist. I can edit config.g fine, but all of the other files fail due to permission errors. Is there an easy way to fix this?
-
@curieos Yes, change the owner of your files to
dsf
, either via your SFTP client or via SSH (chown -R dsf:dsf /opt/dsf/sd/
). -
@chrishamm Thanks, wasn't sure if this was a "solve it in linux" issue or a problem to solve in DSF.