Permissions as set by cygwin's chmod not being copied
I'm using
Is it possible to sync permissions?
WinSCP.com /command keepuptodate
to keep a folder in sync with a server. I have several .sh
script files which should have +x
permissions and I've set them as such using cygwin's chmod
and they indeed show +x
when using cygwin's ls
, but when the file is transferred by WinSCP it doesn't have the same permissions on the server. Also changing the permissions doesn't trigger keepuptodate
.
Is it possible to sync permissions?