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 159271

Summary: Upload bug to sub-directory
Product: contrib Reporter: frebrog <frebrog>
Component: RemoteFSAssignee: remotefs@contrib <remotefs>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
URL: http://www.nourl.omit
Issue Type: DEFECT Exception Reporter:

Description frebrog 2009-02-27 01:46:46 UTC
On first time start in Netbeans 6.5 and allowing the last project to automatically be loaded, beginning an upload to a 
sub-directory produces incorrect directory placement.

The scenario:

/public_html/sub_folder

Connection Configuration:
Start Folder: /public_html/

When uploading a file, say /public_html/sub_folder/my_file.php, to the sub-folder it creates in /public_html the 
following path:

/public_html/public_html/sub_folder/my_file.php

Then uploading the file.  The duplicated /public_html/ is erronous in that the FTP upload component assumes that it 
needs to create the folder first.

Only known solution is to exit and then restart.