I'm looking for a way to remotely control the access to a specific folder on a raspberry pi running Ubuntu 22.04 LTS.
This access needs to be changed regularly, so it has to be easy to change. Working with a third-party software would also work, but I haven't found any network file sharing software yet that can restrict access to a folder on the Raspberry Pi. It's supposed to be user-friendly and accessible with graphical user interface.
chmodand/orchown? Is that not what you are asking for? In essence a single command,ssh user@host chmod 700 /dir/path.rsyncoverssh?sshfs? FTP? SFTP? WebDAV? Something else?findorgrepcommand while sshed in, you also wouldn't add the ssh tag just because of your specific login method.