This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 177191

Summary: Set correct permissions when copying files to remote host
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2009-11-19 05:30:51 UTC
Now smart secure copy sets execution permission for each file that is copies to remote host. This is incorrect. Permissions should just stay the same as they are on the local host.
Comment 1 Vladimir Kvashin 2010-04-21 14:41:37 UTC
I see no negative consequences of this for building, running and debugging projects. 

From technical point of view, the issue is that java 1.6 does not allow to know local file permissions. It will be easy to fix when (if) we switch to java 1.7