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 - Set correct permissions when copying files to remote host
Summary: Set correct permissions when copying files to remote host
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 05:30 UTC by Vladimir Kvashin
Modified: 2010-04-21 14:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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