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 158758 - Enhanced FTP usability for large projects
Summary: Enhanced FTP usability for large projects
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 16:14 UTC by austerus
Modified: 2009-02-18 16:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description austerus 2009-02-18 16:14:44 UTC
Imagine that you have to work on a large project that's already on a ftp site. Whate do you do in NetBeans?
Make a project, attach a FTP connection and path. And then download all the files or manually select the files to 
download from a list that could be tens of thousands of names long.

This is very bad for someone who works on large projects because just the setup can be extremely time consuming.
It would be much better to have something like a FTP/SFTP explorer where the remote project would simply get a root 
file path and then display the remote file structure, downloading just the files the user is working on (maybe also the 
includes -for PHP for example- in the background as the user is working).

Also bad is the automatic appending of the project name to the remote file path, some independence wouldn't hurt.