Is there a way to browse the filesystem on an Ubuntu server from Mac OS X with a GUI based app? I have a ton of logfiles on the server I would like to prune.. Currently I ssh into it, and rm from the command line, but would rather use a GUI ...
|
feedback
|
|
You could always mount the remote volume using sshfs (FUSE filesystem module) so it'll appear as a native mount on your OS X system. Or you can use FUGU on the Mac, a free scp client that will let you browse the remote system using ssh to delete and transfer files. | |||||||||
feedback
|
|
Another way to do this is to ssh to the Ubuntu system and use Midnight Commander which is a text-mode menu based file manager. Not really a Graphical UI, but it's lightweight and likely to already be installed (or a quick apt-get). | |||
|
feedback
|
|
I usually have my users accomplish the same task with MacFUSE (http://code.google.com/p/macfuse/) and Macfusion (http://code.google.com/p/macfusion/). Once you've got MacFUSE installed, it's a few simple clicks to configure the Macfusion app to connect to the Ubuntu server via SSHFS. It'll mount the server, and you'll be able to browse/edit files in the OS X Finder. | |||
|
feedback
|