PHP editor with a "Dreamweaver style" built in FTP

by navi11
5 replies
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?
#built #dreamweaver style #editor #ftp #php
  • Profile picture of the author zotohost
    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.
    {{ DiscussionBoard.errors[10355852].message }}
  • Profile picture of the author befamousb
    Sublime text is the best
    {{ DiscussionBoard.errors[10356986].message }}
    • Profile picture of the author zotohost
      Agree with you

      Originally Posted by befamousb View Post

      Sublime text is the best
      {{ DiscussionBoard.errors[10357085].message }}
  • Profile picture of the author Jason Stewart
    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.
    Signature

    Beat the competition with better long tail keywords:

    http://keywordstreamer.com

    {{ DiscussionBoard.errors[10357503].message }}
  • Profile picture of the author yasar
    notepad ++ is a best one , i think already you have a working experience in notepad++ , so you can try this
    {{ DiscussionBoard.errors[10363459].message }}

Trending Topics