yesthattom (
yesthattom) wrote2007-10-01 05:52 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
editing files on an FTP server
I need a better way to edit files on my web sites that are hosted at services that only support ftp. I am on a Mac.
The download-edit-upload cycle sucks. Yes, I've automated it and it still sucks. I even use CyberFrogFTP and that does the download-edit but I have to save then click upload then check to see if the files it selected are right blah blah blah.
Mac's FTPFS is read-only.
Any tips? This is SO FING FRUSTRATING!
fuse
Re: fuse
Re: fuse
http://wiki.thiesen.org/page/Fuseftp
Re: fuse
Tom
no subject
no subject
This is for my one site where instead of keeping things in SubVersion and pushing out to the web site, I have to edit things there (and make regular backups... which get checked into SubVersion).
WinSCP
And jesus, Tom, what are you still doing FTP for? I actually disabled FTP on my colo box (which has about 100 friends domains on it) 2 years ago, and so far nobody has a problem with that. Do you still use telnet too? *giggle*
I can't read.
Use Cyberduck. You can edit files directly, no download/upload nonsense.
(er, rather, it does it for you and appears seamless)
Re: I can't read.
However, I just downloaded the newest version AND TextWrangler and they seem to work! Thanks!
Re: I can't read.
If not, get BBEdit anyways. It's a very very nice text editor for the Mac. You can even initiate it from the command line.
a clue.
no subject
That's what I'd do, if I were you, anyway. Use vim and ":e ftp://host/path/to/file" ...
no subject
Stop :)
Content management systems have so far surpassed the local-edit-then-upload process, it makes almost no sense to do local design and work anymore.
We use Drupal and Movable Type like crazy. Any static pages I have I just edit online now using vim, but they are limited to scripts and short simple stuff.
no subject
Even so... you can't just keep a copy on your local machine, and view it through local apache, and then upload when you're happy? (I've done both- sometimes it's just not worth keeping the local copy :)
no subject