Search found 4 matches
- 17 Nov 2021, 19:23
- Forum: Help
- Topic: File permissions are not preserved
- Replies: 6
- Views: 1611
Re: File permissions are not preserved
I tried synching between two folders on one computer instead of across two computers and the permissions were preserved. So the problem only happens with SFTP.
- 17 Nov 2021, 19:18
- Forum: Help
- Topic: File permissions are not preserved
- Replies: 6
- Views: 1611
Re: File permissions are not preserved
Yes it also loses the execute attribute for a .txt file.
The permission flags before synching is -rwxrwxr-x and after synching it's -rw-rw-r--
The permission flags before synching is -rwxrwxr-x and after synching it's -rw-rw-r--
- 17 Nov 2021, 18:03
- Forum: Help
- Topic: File permissions are not preserved
- Replies: 6
- Views: 1611
Re: File permissions are not preserved
I tried running FreeFileSync with sudo but I get the same problem.
The command I used is:
I don't know if it helps but the version I have installed is 11.14
The command I used is:
sudo freefilesync
- 17 Nov 2021, 17:03
- Forum: Help
- Topic: File permissions are not preserved
- Replies: 6
- Views: 1611
File permissions are not preserved
Hi,
I am using FreeFileSync to syncronize files between two computers running Ubuntu 20.04 using SFTP. Some of these files are python files that were made executable with the command chmod +x file.py
In the options of FreeFileSync, I have "Copy file access permissions" checked.
However, after the ...
I am using FreeFileSync to syncronize files between two computers running Ubuntu 20.04 using SFTP. Some of these files are python files that were made executable with the command chmod +x file.py
In the options of FreeFileSync, I have "Copy file access permissions" checked.
However, after the ...