FREE FTP Clients of Choice
While FireFTP was my FTP Client of choice for some time, as it can do pretty much anything you want from within the browser, it had it’s drawbacks when dealing with large files. It takes long time, and the progress count is not accurate at all then. Another thing is that, for all the strength it has, it remains a web browser and thus it’s more resource intensive.
Another nice option was WinSCP Windows FTP client as well. Pretty good for SFTP and updating files on the fly, and it even has a terminal for firing up commands the old fashioned way. You can also change file permissions right from the editor through a GUI interface.

The latest FTP Client I’m using and finding also so much attractice is the FileZilla. It is also capable of SFTP, file updates, and file permission changing. It does not come with a command terminal however. The good thing on the other hand is, FileZilla is an open source, multi-platform client so you can get used to it and use it every where.
Which one is your favorite?
Popularity: 3% [?]
Related Posts:
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Comments
LOL, it’s a lot of headache but I don’t FTP alot! and I didn’t come across good free FTP clients, sometimes one is just LAZY to search, so we wait and come across recommendations ;P and then try them out :D
3ad when downloading a huge file and suddenly disconnects, have to start all over again! Now I feel sorry for my stupid self ;P
FTP is an obsolete and outdated protocol.
Anyone using FTP should seriously consider using WebDAV.
Since DAV works over HTTP, you get all the benefits of HTTP that FTP cannot provide. For example: strong authentication, encryption, proxy support, and caching. It is true that you can get some of this through SSH, but the HTTP infrastructure is much more widely deployed than SSH. Further, SSH does not have the wide complement of tools, development libraries, and applications that HTTP does.
DAV transfers (well, HTTP transfers) are also more efficient than FTP. You can pipeline multiple transfers through a single TCP connection, whereas FTP requires a new connection for each file transferred (plus the control connection).
Do a Google search for BarracudaDrive, which is an easy to use WebDAV server.
http://barracudaserver.com/products/BarracudaDrive/FileServer.lsp
You do not need a client if using Windows or Mac since a client is integrated into the operating system.

pretty much drag and drop through windows explorer!
Definitely I’ll try out these clients, though companies are kind of hesitant when it comes to using free softwares!!