I'm using file-roller and it doesn't work well when my archive file is accessed via ssh (it throws an error when I try to open it). Any alternatives?
|
|
||||
|
|
|
You can access remote files using Another alternative that I know, that it works is Emacs... ;) But before you try it you should look at Emacs learning curve... ;) |
|||
|
|
|
It Works For Me™. Gnome applications have built-in support for file access over ssh through Gvfs (formerly Gnome-VFS). Another way to access files over ssh is sshfs. It requires an OS that supports FUSE, but most unices (Linux, Mac OS X, *BSD, Solaris, …) do these days. Since the files are presented through the ordinary filesystem interface, no specific application support is required. I don't know if there's a GUI wrapper for it; the command-line workflow is
|
|||||||||
|