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 - Upload bug to sub-directory
Summary: Upload bug to sub-directory
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: remotefs@contrib
URL: http://www.nourl.omit
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 01:46 UTC by frebrog
Modified: 2009-02-27 01:46 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 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.