Netbeans Manual upload

1

Running Netbeans 6.9.1 in Ubuntu 10.04. Automatic upload of files on save to remote sftp server is working, but if I set it to manual and try to upload with the right click context menu, it won't upload or give the file selection box, but opens the project properties window instead. What am I missing?

sreimer

Posted 2011-06-07T20:57:32.757

Reputation: 168

Just reopen project, it's works for me. – None – 2011-10-04T17:36:17.230

Answers

1

In the 'Projects' window (CTRL+1) right click NOT on your project, but on the 'Source Files' folder below it. There you choose 'Upload'.

Jan Werkhoven

Posted 2011-06-07T20:57:32.757

Reputation: 111

1

You are trying to upload the files from the 'files' tab.

Which is inappropriate to a project file to upload.

  1. Click Ctrl + 1
  2. A project window would show-up
  3. Now rightclick the files and folders there to upload.

Bharath Sundar

Posted 2011-06-07T20:57:32.757

Reputation: 11

0

A possible work-around (semi-manual upload :p):

  1. Give each project 2 run configurations (in project properties). Use the default for working locally and add a second for working and uploading remotely.
  2. Set the second remote run configuration to 'Upload on run'.
  3. Click OK to close the project properties.
  4. Once you are ready to upload your local website to the remote location, select the second run configuration in the top toolbar of Netbeans and RUN your project (F6).

I hope this helps.

Jan Werkhoven

Posted 2011-06-07T20:57:32.757

Reputation: 111