Jump to content

FileZilla: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Marbot (talk | contribs)
corr (do not confuse it with FileZilla Server)
Line 9: Line 9:
| released = February, 2001
| released = February, 2001
| frequently_updated = Yes <!-- Release version update? Don't edit this page, just click on the version number! -->
| frequently_updated = Yes <!-- Release version update? Don't edit this page, just click on the version number! -->
| latest release version = 0.9.32
| latest release version = 3.2.5
| latest release date = {{release date|2009|06|21}}
| latest release date = {{release date|2009|06|15}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =

Revision as of 23:45, 26 June 2009

FileZilla Client
Developer(s)Tim Kosse, et al.
Initial releaseFebruary, 2001
Stable release
3.2.5 / June 15, 2009 (2009-06-15)
Repository
Written inC++, wxWidgets
Operating systemCross-platform
Available inmultilingual
TypeFTP client
LicenseGPL
Websitefilezilla-project.org

FileZilla Client (also referred to as FileZilla) is a free, open source, cross-platform FTP client. Binaries are available for Windows, Linux, and Mac OS X. It supports FTP, SFTP (FTP over SSH port 22[citation needed]), and FTPS (FTP over SSL/TLS). As of 5 March 2009, it was the 5th most popular download of all time from SourceForge.net.[1]

FileZilla Server is a sister product of FileZilla Client. It is an FTP server supported by the same project and features support for FTP and FTP over SSL/TLS.

FileZilla's source code is hosted on SourceForge.net. The project was featured as Project of the Month in November 2003.[2]

Features and limitations

The main features of Filezilla are:

  • Site manager Allows a user to create a list of FTP sites along with their connection data, such as the port number to use, the protocol to use, and whether to use anonymous or normal logon. For normal logon, the username is saved and optionally the password.
  • Message log Displayed along the top of the window. It displays the console-type output showing the commands sent by FileZilla and the remote server's responses.
  • File and folder view Displayed under the message log, provides a graphical interface for FTP. Users can navigate folders and view and alter their contents on both the local and remote machines using an Explorer-style tree interface. Users can drag and drop files between the local and remote computers.
  • Transfer queue Displayed along the bottom of the window, shows the real-time status of each queued or active file transfer.

As of version 2.2.23, FileZilla uses Unicode internally. As a result, it no longer runs on Windows 9x/ME.

The current binary versions of FileZilla for Mac OS X no longer support Mac OS X v10.4 ‘Tiger’ or earlier. Running FileZilla with versions older than Mac OS X v10.5 ‘Leopard’ requires compilation.[3]

Timestamps

Uploading

FTP mode: Date/timestamps attributes on uploaded files can only be retained if the server supports the MFMT command.
SFTP mode: The said attributes can be retained starting with FileZilla 3.0.8.

Downloading

Date/timestamps on downloaded files can only be retained if the partition whereupon you save them supports timestamps for file creation date and time. E.g. on FAT32/NTFS partitions you can keep in the download folder the original timestamps that the files have on the server. Only newer FileZilla versions support keeping timestamps, and this option has to be enabled from the menu.

History

FileZilla was started as a computer science class project in the second week of January 2001 by Tim Kosse and two classmates. Before they started to write the code, they discussed on which licence they should release the code. They decided to make FileZilla an open-source project, because there were already many FTP clients available and they didn't think that they would sell even one copy if they made FileZilla commercial.[4]

The alpha version was released in late February 2001, and all required features were implemented by beta 2.1.

Version 3 of FileZilla introduced support for operating systems other than Windows, including Linux and Mac OS X.

See also

References