I use webdrive (http://www.webdrive.com) to edit files over SFTP or just regular FTP. It maps an SFTP/FTP connection to a network drive in windows so you can use it just like a regular drive from any application. And yes, it's never a good idea to edit files directly on the production server. I make all changes on a development server and sync the changes with SVN after testing. But the development server is also remote, so webdrive is still incredibly useful.
On Jan 20, 10:48 am, naholyr <[EMAIL PROTECTED]> wrote: > I **NEVER** edit files directly over FTP, because this means i would > be editing files directly on a production server. > When I make a little change, this is not rare that i forget a semi- > colon, or a paren, and this can be very ugly on the site :) > > Stopping working this way could be the best thing to do : download, > edit, check, upload, or the "check" step will be on prod. server, and > that sucks. > > On 20 jan, 00:53, Thierry <[EMAIL PROTECTED]> wrote: > > > Hey, > > > Im just wondering, editing over FTP is always a bit of a hassle for > > me. > > What editor do you use to easily edit files on a remote server. > > Currently i use Zend Studio, I prefer Eclipse but can't get the remote > > plugins to work properly. > > > Cheers, > > Thierry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
