I recently switched from administering my systems using Windows to OS X. I've found really nice alternatives to damn near everything I used previously, however I have not found a nice GUI editor (sometimes VIM just hurts my face for long scripting jobs) that can transfer files over SCP and that is sudo-aware.

WinSCP did all these things previously for me, Allowed me to log in, edit a file locally, and every time I save, it sends the file to the remote server. It also gave me the ability to sudo edit files, so I was able to edit files not owned by my primary user without having to sudo chown a million files just to change them back.

link|improve this question

79% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Have you tried Cyberduck?

http://cyberduck.ch/

I'm not sure if it allows for sudo integration as I don't use a Mac (this isn't, to my knowledge, something that is native to the SCP protocol; i suspect winSCP does it by initiating a separate shell session, sudo chowning the files, and chowning them back after the operation is complete).

link|improve this answer
Yea, doesn't do sudo. :/ – GruffTech May 16 '11 at 22:29
feedback

Fugu will do SCP/SFTP in a fairly nice, albeit simple GUI. It will launch your local OS X editor to edit files on the server and then automatically sync the file to the remote server when you save it within the editor. I don't think Fugu fulfills your sudo requirement, however.

link|improve this answer
Yea, doesn't do sudo. :/ – GruffTech May 16 '11 at 22:29
And depending on which editor you use it may or may not save edited files back to the remote machine, no matter how you have it configured. :( – John Gardeniers May 17 '11 at 4:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.