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 - As a developer I want to select the remote server for upload
Summary: As a developer I want to select the remote server for upload
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-20 09:35 UTC by Mondane
Modified: 2017-04-21 07:39 UTC (History)
1 user (show)

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 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.