tags:

views:

2515

answers:

10

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!

+11  A: 

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

shelfoo
+4  A: 

I've used gFTP for that.

ayaz
Seconded, gFTP rocks.
bouvard
+7  A: 
  1. gFTP
  2. Konqueror's fish kio-slave (just write as file path: ssh://user@server/path
Sunny
konqueror has supported this for a long while - at least since 2003 as evidenced by this old mailing list post (http://lists.freebsd.org/pipermail/freebsd-questions/2003-September/017809.html) :)
warren
that feature of Konqueror is super useful. I use it a lot.
rmeador
+3  A: 

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

William Brendel
+6  A: 

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.

Bash
Hey thanks, this is exactly what I needed: a simple GUI solution.
MiniQuark
A: 

I'm really interested in finding some replace of winSCP for Linux, but... Come on!! Some of you guys have really used WinSCP?? WinSCP is far beyond any simple SSH transfers GUI like Filezilla, gFTP, etc!!

I haven't found any alternative to WinSCP in Linux. I think the best shot is FISH with Konqueror. And even that isn't so smart.

I work with Linux and need to access to many servers through SSH. Now I have a vmware WinXP machine only for WinSCP. So try to understand how powerful WinSCP can be.

I don't want to write here the amazing features and posibilities of WinSCP, so please, if you're not a WinSCP power user, don't post!!

abejaruco
What does winscp do that any of the supplied answers do not?
kigurai
Again: I don't want to write here the amazing features and posibilities of WinSCP. But if I need to mention some of them:-color differentiation by server-Saves passwords in .ini for portability (yes, I know it isn't safe, but it's cool when you work with 20+ servers)-Execute commands remotely (custom or predefined like tar and untarGZIP)-Integration with *any* editor-Integration with Putty (using the saved user/password)-Synchronizing browsing-...Do I need to continue??
abejaruco
A: 

LoL just install wine and install winscp thats what i did and it works great no problems

Morgan van Dyk
A: 

use fire FTP,Krusader...

Jenish
A: 

Just use gnome, just type in the address and away you go!

Karl
A: 

One big thing not mentioned is the fact that with WinSCP you can also use key file authentication which I am unable to do successfully with Ubuntu FTP clients. KFTPGrabber is the closest thing I can find that supports key file authentication... but it still doesn't work for me, where WinSCP does.

Paul G