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 270443

Summary: As a developer I want to select the remote server for upload
Product: projects Reporter: Mondane
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: vkvashin
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Mondane 2017-04-20 09:35:53 UTC
Currently, one specific remote server can be selected in the run configuration. That selected server is then used when I upload a file.

For some of my projects, I have several servers (mirrors) and I need to upload the files to all of them. Changing the run configuration each time to select the other remote server is very time consuming.

Could something like this be implemented:

- add an option 'show selected remote servers in upload context menu'
- when right clicking the file, the 'upload' option should now contain a submenu with those selected remote servers
- an extra option in the submenu at the bottom would be 'upload to all'

It would also be useful if the upload menu could be added when right clicking on the file opened in the editor or on the tabtitle of that file.
Comment 1 Vladimir Kvashin 2017-04-20 12:08:52 UTC
What kind of projects are you talking about? C/C++? PHP?
Comment 2 Mondane 2017-04-21 07:39:10 UTC
I use Netbeans for PHP-projects, but I can imagine this feature being usefull for more projects.