best FTP client for coding PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • andy

    best FTP client for coding PHP

    I currently use Eclipse for creating the PHP application, which is
    great for editing but quite slow when using FTP. But when im testing i
    like to use CuteFTP Pro for quicky editing and seeing the results. Im
    getting fed up with CuteFTP as its really flakey.

    I am looking for a simiar application like CuteFTP that has an inbuilt
    editor but can not find one, every one I have looked at uses a
    different application to edit.

    Can anyone recomend a FTP editor that works well with quickly editing
    PHP web applications?

  • Geoff Muldoon

    #2
    Re: best FTP client for coding PHP

    jenkinsp@gmail. com says...
    I currently use Eclipse for creating the PHP application, which is
    great for editing but quite slow when using FTP. But when im testing i
    like to use CuteFTP Pro for quicky editing and seeing the results. Im
    getting fed up with CuteFTP as its really flakey.
    >
    I am looking for a simiar application like CuteFTP that has an inbuilt
    editor but can not find one, every one I have looked at uses a
    different application to edit.
    >
    Can anyone recomend a FTP editor that works well with quickly editing
    PHP web applications?
    Crimson Editor.

    Free.
    Syntax highlighting.
    Can open remote files over FTP connection.

    An editor with FTP capabilities rather than an FTP app with editing
    capabilities.

    Geoff M

    Comment

    • shimmyshack

      #3
      Re: best FTP client for coding PHP

      On 29 Mar, 00:26, "andy" <jenki...@gmail .comwrote:
      I currently use Eclipse for creating the PHP application, which is
      great for editing but quite slow when using FTP. But when im testing i
      like to use CuteFTP Pro for quicky editing and seeing the results. Im
      getting fed up with CuteFTP as its really flakey.
      >
      I am looking for a simiar application like CuteFTP that has an inbuilt
      editor but can not find one, every one I have looked at uses a
      different application to edit.
      >
      Can anyone recomend a FTP editor that works well with quickly editing
      PHP web applications?
      I would personally not use this approach, instead why not set up a
      proper testing server at home/work, you would then use the best editor
      for editing which will not be the same thing as the best of the bunch
      that do FTP as well.
      Running a testing server teaches you more about the software you use
      because you get to be in full control of its config. You can still use
      ftp for working with your local files if you run filezilla server;
      filezilla client is what I would recommend to use to upload the
      working results to your server. You will have less downtime, and fewer
      silly mistakes made at night running all night and day until you spot
      why you shouldn't have saved back to the live server before going to
      bed.

      Some would say that you should have a staging server as well, great
      advice but it gets harder and harder to justify the amount of time
      spent maintaining all three if you don't have root access.

      Comment

      • Man-wai Chang

        #4
        Re: best FTP client for coding PHP

        Can anyone recomend a FTP editor that works well with quickly editing
        PHP web applications?
        what's wrong about ssh into your linux server and use vim?


        --
        iTech Consulting Services Limited
        Expert of ePOS solutions
        Website: http://www.itech.com.hk (IE only)
        Tel: (852)2325 3883 Fax: (852)2325 8288

        Comment

        • Lorenzo Bettini

          #5
          Re: best FTP client for coding PHP

          Man-wai Chang wrote:
          >Can anyone recomend a FTP editor that works well with quickly editing
          >PHP web applications?
          >
          what's wrong about ssh into your linux server and use vim?
          >
          >
          or just use konqueror...

          --
          Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
          ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
          HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
          BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com


          http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net

          Comment

          • shimmyshack

            #6
            Re: best FTP client for coding PHP

            On 30 Mar, 13:54, Lorenzo Bettini <bett...@dsi.un ifi.itwrote:
            Man-wai Chang wrote:
            Can anyone recomend a FTP editor that works well with quickly editing
            PHP web applications?
            >
            what's wrong about ssh into your linux server and use vim?
            >
            or just use konqueror...
            >
            --
            Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
            ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
            HOME:http://www.lorenzobettini.itMUSIC:ht...rplesucker.com
            BLOGS:http://tronprog.blogspot.com http://longlivemusic.blogspot.comhtt...ourceforge.net
            or tswebeditor (assuming on windows) etc... but why /not/ be
            professional, ftp is fine for the odd quick fix, but having a testing
            server is perfect.

            Comment

            Working...