Netbeans - Open remote folder/new project -


I've been using Netbeans for several months now and I'm very much like it. I am trying to enable a way to create a project that uses to change live files on my server. When I create a project using a remote source, it starts downloading all server files on my computer. It is just fine, except for the fact that there are some files on the server and (b) Two of us are making changes on the server.

In the past, I have worked with the IDE that only opens an FTP or SFTP connection and will download the file that you want to edit, and then upload that file to the server. When you save it Preferably, I want to do Netbeans.

I have tried to add an FTP folder to Windows, but Netbeans will not open it. I have tried to use the switches and set up the SFTP folder, and netbeans will not be able to fully switches the folder.

One note, I think what I'm doing is a terrible practice, but it's a small site and I'm usually just working on it. I have not worked on the website in the past few weeks and just thought that re-downloading the whole server's code / images / videos / etc would be easy to get access directly. Any help would be appreciated.

Netbeans do not support what you want to do However, if you put your site under Subversion / Git (Amendment Control), then you can check the content, modify it locally and send it back to the revision.

It will also help to avoid code conflicts while working on your website, even on your website.

Comments