Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>So.</p> <h2>With Netbeans</h2> <p>To work directly through ftp/sftp on Netbeans 6.8</p> <ul> <li>Open a new project and select "Php application from remote server"</li> <li>It stills need a local storage for the files so that you can work on them so you need to specify a project name and it's local folder</li> <li>Next step is the remote configuration: Click on the "Manage" button to add a new connection by giving it a name and selecting sftp or ftp. Then enter the connection configuration with the initial directory</li> <li>Back on the remote configuration screen the upload directory must be the same as the "initial directory"</li> <li>On the next screen you can retrieve all the project's sources</li> </ul> <p>Once done each time you will save a file it will be automatically uploaded to the server. If not go in the project properties and check "Upload Files" is on "OnSave" mode in the "Run configuration" section.</p> <p>PS: I had problems with a "The authenticity of ... can't be established. RSA fingerkey is..." warning that kept appearing each time I saved. If so just create an empty and writable known_host file and point to it in the "Known host files" property of your remote connection, then restart Netbeans (seen on <a href="http://forums.netbeans.org/post-39266.html&amp;highlight=" rel="noreferrer">netbeans forum</a>)</p> <p><strong>Edit:</strong> At this stage the behaviour still isn't quite what I am expecting since when you open a file netbeans will open the local copy and overwrite the remote copy when you save.</p> <p><strong>Edit2:</strong> Apparently you can not open the file directly from the server in Netbeans. You'll have to download the file before modifying it.</p> <h2>General solution</h2> <p>One workaround is to use an utility that will map the remote storage as a local drive. I know <a href="http://fuse.sourceforge.net/" rel="noreferrer">Fuse</a> does it for Mac &amp; Linux. I haven't found one for Windows yet.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload