how to use webdav with netbeans?
- by ajsie
i have a server i save a lot of files, i wonder how i use webdav with netbeans.
eg.
import a webdav folder
edit the php files and save it
the new changes apply immediately on the web server (cause the webdav folder is the same as the apache web root folder)
i think this is a very smart solution so that you can change the website immediately, without having to download, change and upload.
anyone that knows how to accomplish this?
(feel free to propose other quick solutions for how to do quick edits)