vote up 7 vote down star
2

I've been using the free naggy version of Smart FTP for a while. It's very good, but then it became shareware only.

So I was wondering, are there any other good FTP clients for Windows?

The ones I tried but didn't like was:

  1. CoreFTP
  2. FileZilla (this one was especially bad :( )
flag

47% accept rate
Take a look at Null FTP vwsolutions.com/NullFTP for a free server and client. – Brian R. Bondy Nov 5 '08 at 0:26
I've had lots of problems with Filezilla not refreshing the server with Microsoft FTP servers. This has been going on for months even with new updates. It also drops files into completely the wrong location. – Chris S Mar 17 at 20:04
Is this a programming question? – Ty Mar 24 at 14:52
No, it belongs on superuser, and it should be community wiki – skaffman Aug 3 at 21:37

23 Answers

vote up 0 vote down

FTPRush

link|flag
vote up 0 vote down

I have to admit: when I first installed the newest version of FileZilla (3.something), I missed a few things and I didn't like it, because it was slower compared to the older version (which I used on a daily base). The next step was to reinstall the old version (actually I've installed version 2.2.28). Due to the fact that I use FileZilla primarily to modify web-pages directly on the server, I like the upload-after-file-changed-feature very much. You can edit a file with your preferred text-editor, save the changes, close the text-editor and after this, FileZilla will ask you if you want to upload the modified file. That's it. Another thing that I love about FileZilla (version 2.2.28) is, that it loads damn fast and doesn't eat up too much memory. So, I would say you try out an older version of FileZilla. You can get the mentioned 2.2.28 version of Filezilla here. If you want to download other older versions of FileZilla, this link will do it for you.

Hope you give it another try.

greetings gee_

link|flag
vote up 1 vote down

What is a good FTP tool depends on personal tastes. In my experience, some best free FTP tools are: FileZilla (all platform), CrossFTP (all platform), FireFTP (all platform), WinSCP (windows), and Cyberduck (Mac).

link|flag
vote up 0 vote down

I've used FileZilla for a few years now and it just works.

However, I recently 'upgraded' to version 3 and found it to be awful (dropping connections is especially bad - a quick fix is to press Ctrl+R to resume the connection - still irritating tho) - maybe that's the version you tried? Consequently, I've gone back to FileZilla version 2.

I later found out that FileZilla 3 is a complete re-write and so may not have all of the functionality of FileZilla 2 yet. I think the current issues will be resolved over time with version 3, so I for one will probably check it out later in the year.

link|flag
vote up 3 vote down

Really, you guys had no problems filezilla? I had terrible experience with it. I sort of like it but I have all kinds of connections error, dropped connections, etc.

The problem cleared up after I used smartftp. I'll look into all the suggestions and I'll retry filezilla again to see if I have the problems again.

link|flag
I have the same problems (though I still use it). A theory I have is that filezilla is very strict in how it follows the ftp protocol. – Nifle Nov 21 '08 at 4:06
I agree, no tabs, doesnt keep the connection alive. When dealing with many sites in a given day, its been quite a pain – schmidty May 19 at 15:31
vote up 3 vote down

If you use Firefox it would be worth your time checking out FireFTP (https://addons.mozilla.org/en-US/firefox/addon/684). Even though it is an extension it is like a full blown FTP client. Runs on any platform Firefox runs on. Only a few hundred k in size as well!

link|flag
I love this tool. – JosephStyons Nov 21 '08 at 1:23
vote up 1 vote down

I just recently dropped smartftp for filezilla, smartftp is just getting too cumbersome... filezilla is refreshingly simple

link|flag
vote up 1 vote down

First off, don't use FTP if you can possibly avoid it. It sends your userid and password in the clear.

Secondly, filezilla is the best free one I've used- it also supports SFTP and FTPS, so it's polyglot. What exactly is your issue with it?

link|flag
vote up 0 vote down

cyberduck

link|flag
vote up 2 vote down

I have used Filezilla for many years now. It works like a charm for everything I do. I did one have a problem with a passive connection to an FTP server, but I think that was a problem on the server side, not the client.

link|flag
vote up 0 vote down

Under Windows I like "Net Drive" from Novell, as it allows you to mount a FTP location as a drive and you can then treat the files as if they are local. It's also free.

check out: http://glosoli.blogspot.com/2005/10/map-drive-via-ftp-or-webdav.html

link|flag
vote up 0 vote down

There's also an ftp client built into the windows file manager. Just open a folder and type an ftp url into the address bar. Of course, it doesn't have a lot of options, but it will serve in many situations.

link|flag
vote up 0 vote down

I use FileZilla, but when I'm just updating my website's code, my editor (Rapid PHP) lets me save the file and upload it simultaneously. (When I'm done for the day, I commit my code to a SVN repository.)

Given the multi-step process I had before - change the file, save the file, open the FTP program, make a connection, find the directory, upload the file - my favorite FTP program now is "none at all."

link|flag
vote up 1 vote down

LeechFTP(620KB). Free lightweight and fast.

link|flag
vote up 2 vote down

If it's good buy it.

If it's not good, use FileZilla.

If FileZilla isn't good, change it until it is.

TNSTAAFL.

link|flag
vote up 1 vote down

FileZilla, although I don't think FileZilla encrypts passwords when stored in Site Manager.

link|flag
vote up 5 vote down

I would suggest buying SmartFTP (if it's very good, why not just buy it), or going with FileZilla (open source, it's being worked on actively, so it will probably get better with time).

However, I think it's a matter of personal preference, but, more important, a matter of how you integrate this process (uploading/downloading files) to whatever your main goal is. So this raises a question: in your case, what is the main purpose of using a FTP client? updating websites, downloading movies, synchronizing repositories, etc.?

link|flag
vote up 0 vote down

FAR manager, which is now open source, includes a built in FTP client. The same is true for Total Commander. I've also used FileZilla and had good experience with it and use the server product daily and had no problem.

link|flag
vote up 2 vote down

I second WinSCP. It's very decent, and it has both a Norton Commander mode and an Explorer mode, so it's almost sure to meet your usability demands.

On top of that, it also supports SFTP and SCP for transfering files to secure servers.

That said, for normal FTP duties, I still stick to FileZilla. The only thing that bothers me about it is its obscene use of screen space. Don't try running it on my 12" laptop, you'll never sleep well again.

link|flag
vote up 4 vote down

Not to mention the fact that there are few free FTP clients that allow multiple transfer threads at once. FileZilla has been a gem for me as well.

link|flag
vote up 13 vote down

Hi Paan,

what don't you like of FileZilla? I am using that one on a daily basis and works like a charm.

link|flag
The bigger problem i had with filezilla is that 'added', just like a charm, the BOM bytes to every file, while moving them from win to unix... in the end, filezilla is good and fast, but have some problems with the auto decodification's method while transfer – DaNieL Apr 10 at 9:49
vote up 8 vote down

You can't go past Filezilla, it just works!

What didn't you like about it? Perhaps you had an older version?

link|flag
1  
I've been a fan of Filezilla for years, but the latest version is really slow. There's a big pause between each transfer. – Cory House Nov 8 '08 at 4:05
vote up 19 vote down

WinSCP

http://winscp.net/eng/index.php

alt text

alt text

link|flag

Your Answer

Get an OpenID
or

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