Simultaneous FTP/Coding Program

Soldato
Joined
27 Dec 2005
Posts
17,316
Location
Bristol
Hey guys. I'm constantly switching between my desktop and my laptop at the moment so I'm looking for a coding program similar to Notepad++ (that's what I currently use) that allows me to connect to an FTP and edit the files on the server 'on the run', and in practice whenever I save that file it automatically uploads it back up.

Anyone know of such a program?
 
If you get netdrive, you could set your ftp server up as a drive on your computer, and then use any coding software to edit and save in this way, as it will act like you are editing a local file!
 
I use FileZilla as my FTP client, and have configured it to use right-click -> Edit to fire up Notepad++ - save the document & close NP++ and it'll automatically upload it again.

Sometimes a pain as I occasionally have to dig through to the same bit of the file, but typically it's OK.
 
I use FileZilla as my FTP client, and have configured it to use right-click -> Edit to fire up Notepad++ - save the document & close NP++ and it'll automatically upload it again.

Sometimes a pain as I occasionally have to dig through to the same bit of the file, but typically it's OK.

Same, cept I use PSPad instead of Notepad++.
 
I'd suggest setting up a CVS on one of the machines and then linking both of them to it.

EDIT : Or even better, SVN :D
 
Windows or mac? On mac I use skedit to have local and remote of the same file, saves to both when I save and a I can preview local or online version whenever :) Very handy!
 
Personally I always do it as a two step process.

I keep a copy of all the sites I have on removealbe USB Laptop CAddy

I edit the files whilst they are on the PC and dummy run them first to make sure they are ok and then upload them.

I use

HoeSite+ (Built for coldfusion work has a good preivew feature)
FlashFXP
 
Personally I always do it as a two step process.
I edit the files whilst they are on the PC and dummy run them first to make sure they are ok and then upload them.

Like swordfish, to live update a file without testing running it locally first is in my opinion a cRaZy thing to do.

Any edit on any webpage that is going to go onto a live server should always be tested first.
 
Back
Top Bottom