@@ -211,7 +211,7 @@ You can access your files also using SCP (Secure Copy) or SFTP (Secure File Tran
...
@@ -211,7 +211,7 @@ You can access your files also using SCP (Secure Copy) or SFTP (Secure File Tran
### SSHFS
### SSHFS
Tools like sshfs on Linux, [macOS](https://osxfuse.github.io/) or [Windows](https://github.com/billziss-gh/sshfs-win) provide yet another way to mount the remote files.
Tools like sshfs on Linux or [Windows](https://github.com/billziss-gh/sshfs-win) provide yet another way to mount the remote files.
When using sshfs to access group shares, watch out to create new files with the proper permissions, so that other group members can edit them as well. On Linux/macOS you can adapt the default permissions by first running the command `umask 0002` before transferring files.
When using sshfs to access group shares, watch out to create new files with the proper permissions, so that other group members can edit them as well. On Linux/macOS you can adapt the default permissions by first running the command `umask 0002` before transferring files.