30

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.

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
grufftech
  • 6,620
  • 4
  • 35
  • 37

3 Answers3

12

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).

brent saner
  • 430
  • 2
  • 7
1

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.

rthomson
  • 1,059
  • 9
  • 14
-1

WinSCP port for Mac is the only solution for a while. http://portingteam.com/index.php/files/file/7089-winscp/

At this time, none of Mac SCP GUI clients doesn't do sudo.

Martin Prikryl
  • 7,327
  • 2
  • 36
  • 71
Marek Ka.
  • 134
  • 2