vote up 2 vote down star

I love WinSCP for Windows. What are the best equivalent softwares for linux?

I tried to use sshfs to mount the remote file system on my local machine, but it is not as user friendly as simply launching a GUI, plus it seems to require root access on the client machine, which is not very convenient.

Of course command line tools such as scp are possible, but I am looking for a simple GUI.

Thanks!

flag

71% accept rate
sshfs does not require root on any machine. – ypnos Nov 18 '08 at 17:27
- sshfs requires a user who has permissions to whatever file/folder you need access to on the remote machine. - you can also script the sshfs connection string into a shell script and just execute it whenever you want, instead of retyping. - Ubuntu supports bookmarks for connections in Nautilus – Adam Nov 18 '08 at 17:38
Sweet. The question asks for GUI tools, and then the accepted answer is for CLI :) – Sunny Nov 24 '08 at 16:40

5 Answers

vote up 10 vote down check

scp file user@host:/path/on/host

link|flag
vote up 5 vote down

If you're using Gnome, you can go to: Places->Connect to Server and choose SSH. If you have a SSH agent running and configured, no password will be asked! (This is the same as sftp://root@servername/directory in Nautilus)

In Konqueror, you can simply type: fish://servername.

link|flag
Hey thanks, this is exactly what I needed: a simple GUI solution. – MiniQuark Nov 20 '08 at 17:14
vote up 2 vote down

Filezilla is available for Linux. If you are using Ubuntu:

sudo apt-get install filezilla

Otherwise, download it here:

http://filezilla-project.org/download.php?type=client

-Will

link|flag
vote up 6 vote down
  1. gFTP
  2. Konqueror's fish kio-slave (just write as file path: ssh://user@server/path
link|flag
konqueror has supported this for a long while - at least since 2003 as evidenced by this old mailing list post (lists.freebsd.org/pipermail/freebsd-questions/…) :) – warren Nov 18 '08 at 17:21
that feature of Konqueror is super useful. I use it a lot. – rmeador Nov 18 '08 at 18:50
vote up 4 vote down

I've used gFTP for that.

link|flag
Seconded, gFTP rocks. – bouvard Nov 18 '08 at 18:05

Your Answer

Get an OpenID
or

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