views:

585

answers:

13

What is your favorite SFTP client?

I'm in need of a free-as-in-beer SFTP client for Windows. There seem to be a number of them out there, of varying quality.

It doesn't need to be fancy. Decent usability and high quality would be the ideal.

Thanks!

+13  A: 

I've been using winScp for a long time. It behaves well with SFTP and provides a pretty standard gui interface.

EDIT: Thomas Owens reminded me that it does tie in with all the PuTTY standard authentication items. So it works with Pagent and the like.

Mykroft
+19  A: 

I use FileZilla, never needed anything else.

bdukes
+1  A: 

I'm out of upmods, so I can't just promote Mykroft's answer, but I too use winSCP and like it a lot. I believe that it somehow uses puTTY, so that's another option.

Thomas Owens
A: 

I too chime in for filezilla. Also, jEdit supports sftp nicely too (see ftp plugin), so I don't actually use a traditional ftp client all that much..

Christopher Mahan
A: 

@Christopher Mahan: There's something borked with jEdit's SFTP and FTP. It won't close it's connections, which made the sysadmin here go insane trying to figure out the problem, until he asked all of the devs how we were connecting to the server.

Thomas Owens
A: 

+1 for FileZilla

Steven Murawski
A: 

@Thomas Owens: interesting. I use it on servers I administer and I've never had problems... (Debian stable servers). I'll look more into it.

Christopher Mahan
A: 

I second WinSCP, it's by far the best client out there, free or otherwise.

If you have the need to map a drive letter, however, I recommend non-free SftpDrive. You can even use it to map a drive through a tunnel from one SSH connection to another.

The How-To Geek
Now called ExpanDrive, and costs $39.95
endolith
A: 

@Christopher: We use Solaris and OpenSolaris boxes here. I'm wondering if it's a bug in (Open)Solaris or some server config that was set up by the admin.

Thomas Owens
+3  A: 

The putty sftp client is awesome, especially if you use pageant for ssh keys.

I pretty much use only the putty tools if I'm not using cygwin.

Mark Biek
+2  A: 

I just installed both WinSCP and FileZilla. In my fast, entirely unscientific survey, I found:

  1. Both applications installed easily.
  2. Both applications had an acceptable UI that was easy to figure out.
  3. I liked the way WinSCP made it easy to store the information for the host I was connecting to (for the next time I log in).
  4. I really liked the amount of information that FileZilla provided regarding the transfer of the files.

There was a problem on the server I was transferring to (lack of disk space). FileZilla made this easy to figure out.

So there you have it. Amazing. Ten Answers in 50 minutes. +5 for StackOverflow! Thanks everyone!

Rydell
A: 

If you're using Firefox, there's FireFTP. Its available as an extension. I find the interface better than FileZilla and it generally seems to stall less on transfers. Note that I haven't used FileZilla for a while so it may have improved and I rarely use SFTP features.

marcas
A: 

I'll echo the WinSCP. I've been using it for years and it just works

trcull