You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean by file attributes? Are we talking about marking share folder read only? Or syncing special permissions?
Both the GUI and owncloudcmd should do the same. The owncloud server does not store special file attributes so it's not possible to sync them. But we mark the files as read only on the file system if they come from read only shares.
What do you mean by file attributes? Are we talking about marking share
folder read only? Or syncing special permissions?
Both the GUI and owncloudcmd should do the same. The owncloud server does
not store special file attributes so it's not possible to sync them. But we
mark the files as read only on the file system if they come from read only
shares.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #4789 (comment)
Expected behaviour
files should be synchronized respecting file attributes stored in owncloud and vice-versa, just like owncloud GUI client does.
Actual behaviour
owncloudcmd client downlodas/uploads files with standard 644 umask.
owncloud gui client works as expected
Steps to reproduce
Server configuration
Operating system:
Linux version 4.5.1-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Thu Apr 14 19:36:01 CEST 2016 (x86_64)
Web server:
apache 2.4.20
Database:
sqlite 3.12.2
PHP version:
php 7.0.6
ownCloud version:
owncloud 9.0.1
Storage backend:
Standard Ext4 partition on SATA 3 disk
Client configuration
Client version:
owncloud-client 2.1.1
Operating system:
Linux version 4.5.1-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Thu Apr 14 19:36:01 CEST 2016 (i686)
OS language:
English CA
Installation path of client:
/usr/bin/
Logs
https://gist.github.com/hradec/221560a2aacae9966af3687ddd18dfb4
The text was updated successfully, but these errors were encountered: