PHP editor with a "Dreamweaver style" built in FTP

by 5 replies
6
Ive been using Dreamweaver for years and love their built in FTP feature. It is so useful and allows me to make quick easy, live changes to websites.

I am getting into PHP programming and looking for a similar FTP feature.

Does one exist? I have had a look at Eclipse, Netbeans and can't see anything similar.
Does the Eclipse FTP come as an add on or plugin. Is it any good compared to Dreamweaver FTP?
#programming #built #dreamweaver style #editor #ftp #php
  • You can use Notepad++ or sublime text. Both have FTP plugins available so when you hit ctrl + s it will save your file and upload it to web server.
  • Sublime text is the best
    • [1] reply
  • It's better to use source control (like git), and use something like fabric to deploy your site. It makes it easy to roll things back if you mess up.

    Just blindly FTPing files up is bad.
  • notepad ++ is a best one , i think already you have a working experience in notepad++ , so you can try this

Next Topics on Trending Feed