JetBrains / teamcity-deployer-plugin

Deployer plugin for TeamCity CI server
http://confluence.jetbrains.net/display/TW/Deployer+plugin
Apache License 2.0
39 stars 29 forks source link

Attribute modification #104

Open Mathieu4D opened 5 years ago

Mathieu4D commented 5 years ago

Hello, I am copying a file from macOS to windows share.

The file has standart attributes as -rw-r--r-- (644)

when i use the deployer smbUpload with the parameter +:file => rep/file

the result on the windows share is : -rwx------ (700) and the directory rep change too !

Is it on your side ?

Thank you for maintaining this plugin Mathieu