请输入您要查询的百科知识:

 

词条 FileZilla
释义

  1. History

  2. Features

  3. Reception

  4. Criticism

     Bundled adware issues   Plain text password storage  

  5. FileZilla Server

     Features 

  6. FileZilla Client Issues

  7. See also

  8. References

  9. External links

{{Use dmy dates|date=March 2012}}{{Infobox software
| name = FileZilla Client
| title = FileZilla Client
| logo =
| logo caption =
| screenshot =
| caption = FileZilla 3.7.3 running under Ubuntu MATE
| collapsible =
| author =
| developer = Tim Kosse
| released = {{Start date and age|2001|06|22|df=yes}}
| discontinued =
| programming language = C++, wxWidgets
| operating system = Cross-platform
| platform =
| size = 7.3 MB
| language = Multilingual
| status =
| genre = FTP client
| license = GNU General Public License Version 2
| website = {{URL|https://filezilla-project.org/}}
}}

FileZilla is a free software, cross-platform FTP application, consisting of FileZilla Client and FileZilla Server. Client binaries are available for Windows, Linux, and macOS, server binaries are available for Windows only. Both server and client support FTP and FTPS (FTP over SSL/TLS), while the client can in addition connect to SFTP servers.

FileZilla's source code is hosted on SourceForge and the project was featured as Project of the Month in November 2003.[1] However, there have been criticisms that SourceForge bundles malicious software with the application.

History

FileZilla was started as a computer science class project in the second week of January 2001 by Tim Kosse and two classmates. [2]{{Who|date=August 2013}}[3]

Before they started to write the code, they discussed under which license they should release it.[3] They decided to make FileZilla an open-source project because many FTP clients were already available, and they didn't think that they would sell a single copy if they made FileZilla commercial.[3]

Features

These are some features of FileZilla Client.[4]

  • Transfer files using FTP and encrypted FTP such as FTPS (server and client) and SFTP.[5]
  • Support IPv6 which is the latest version of internet protocol
  • Supports resume which means the file transfer process can be paused and continued
  • Tabbed user interface for multitasking, to allow browsing more than one server or even transfer files simultaneously between multiple servers.
  • Site Manager to manage server lists and transfer queue for ordering file transfer tasks
  • Bookmarks for easy access to most frequent use
  • Drag and drop to download and upload.
  • Directory comparison for comparing local files and server files in the same directory. When the file doesn't have the same information (name not match, or size not match) it will highlight that file in colour.
  • Configurable transfer speed limits to limit the speed transferring the files, which helps reducing error of transferring
  • Filename filters, users can filter only specific files that have the conditions they want.
  • Network configuration wizard, help configuring confusing network settings in form of step-by-step wizard
  • Remote file editing, for quickly edit file on server side on-the-fly. No need to download, edit on the computer and re-upload back to the server.
  • Keep-alive, if the connection has been idle for the long time it will check by sending keep-alive command.
  • HTTP/1.1, SOCKS5 and FTP-Proxy support
  • Logging to file
  • Synchronised directory browsing
  • Remote file search to search file on the server remotely
  • Cross-platform. Runs on Windows, Linux, BSD, Mac OS X
  • Supports resume and transfer of large files >4GB
  • Secure password storage protected with a master password
  • Available in 47 languages worldwide (Arabic, Armenian, Basque, Bulgarian, Catalan, Chinese, Corsican, Croatian, Czech, Danish, Dutch, German, Greek, Estonian, Finnish, French, Gallegan, Hebrew, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Khmer, Korean, Kurdish, Kyrgyz, Lithuanian, Latvian, Macedonian, Norwegian, Nepali, Occitan, Persian (Farsi), Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian, Vietnamese)

These are some features of FileZilla Server.[6]

  • FTP and FTP over TLS (FTPS)
  • IPv6 support
  • Speed limits
  • Large file support >4GB
  • Remote administration
  • Permissions system with users and groups
  • IP filters

Reception

In May 2008, Chris Foresman assessed FTP clients for Ars Technica, saying of FileZilla: "Some friends in the tech support world often recommend the free and open-source FileZilla, which offers a Mac OS X version in addition to Windows and Linux. But I've never been thrilled about its busy interface, which can be daunting for novice users."[7]

Writing for Ars Technica in August 2008 Emil Protalinski said: "this week's free, third-party application recommendation is FileZilla.... This FTP client is very quick and is regularly updated. It may not have a beautiful GUI, but it certainly is fast and has never let me down."[8]

Go Daddy, Clarion University of Pennsylvania and National Capital FreeNet recommend FileZilla for uploading files to their web hosting services.[9][10][11]

FileZilla is available in the repositories of many Linux distributions, including Debian, Ubuntu, Trisquel and Parabola GNU/Linux-libre.[12][13][14][15]

In January 2012, CNET gave FileZilla their highest rating of "spectacular"—five out of five stars.[16]

Since the project's participation in SourceForge's program to create revenue by adware, several reviewers started warning about downloading FileZilla and discouraged users from using it.[17][18]

Criticism

Bundled adware issues

In 2013 the project's hosting site, SourceForge.net, provided the main download of FileZilla with a download wrapper, "offering" additional software for the user to install. Numerous users reported that some of the adware installed without consent, despite declining all install requests, or used deception to obtain the user's "acceptance" to install. Among the reported effects are: web browser being hijacked, with content, start page and search engines being forcibly changed, popup windows, privacy or spying issues, sudden shutdown and restart events possibly leading to loss of current work. Some of the adware was reported to resist removal or restoration of previous settings, or were said to reinstall after a supposed removal. Also, users reported adware programs to download and install more unwanted software, some causing alerts by security suites, for being malware.[18]

The FileZilla webpage offers additional download options without adware installs, but the link to the adware download appears as the primary link, highlighted and marked as "recommended".[18][19]

As of 2016, FileZilla displays ads (called sponsored updates) when starting the application. These ads appear as part of the "Check for updates" dialog.[20]

In 2018, a further controversy about FileZilla's use of a bundled adware installer caused concern.[21]

Plain text password storage

Until version 3.26 FileZilla stored all saved usernames and passwords as plain text, allowing any malware that had gained even limited access to the user's system to read the data. FileZilla author Tim Kosse was reluctant to add encrypted storage. He stated that it gives a false sense of security, since well-crafted malware can include a keylogger that reads the master password used to secure the data. Users have argued that reading the master password to decrypt the encrypted storage is still harder than just reading the unencrypted storage.[22] A fork called FileZilla Secure was started in November 2016 to add encrypted storage.[23] In May 2017, encrypted storage was also added to the main version, 10 years after it was first requested.[24] Kosse maintained that the feature did not really increase security, as long as the operating system is not secure.[25]

FileZilla Server

{{Infobox software
| name = FileZilla Server
| logo =
| screenshot =
| caption = FileZilla Server main interface
| developer = Tim Kosse, et al.
| released =
| programming language = C++
| operating system = Windows
| language =
| genre = FTP server
| license = GPL
| website = {{URL|https://filezilla-project.org/}}
}}

FileZilla Server is a sister product to FileZilla Client. It is an FTP server supported by the same project and features support for FTP and FTP over SSL/TLS.[26] FileZilla Server is currently available only on the Windows platform.

FileZilla Server is a free, open-source FTP server. Its source code is hosted on SourceForge.net.

Features

FileZilla Server supports FTP and FTPS (FTP over SSL/TLS).{{Citation needed|date=November 2015}} Other features include:

  • Compression with DEFLATE (MODE Z)
  • Encryption with SSL/TLS (for FTPS)
  • Per-user permissions on the underlying file system
  • GUI configuration tool
  • Speed limits

FileZilla Client Issues

Unlike some other FTP clients, FileZilla Client does not implement a workaround for an error in the IIS server which causes file corruption when resuming large file downloads.[27]

See also

{{Portal|Free and open-source software}}
  • Comparison of FTP client software
  • List of FTP server software
  • WinSCP

References

1. ^{{cite web |title=Project of the Month, November 2003: FileZilla |url=http://sourceforge.net/potm/potm-2003-11.php |date=31 October 2003 |website=SourceForge |publisher=VA Software |accessdate=17 February 2014 |deadurl=yes |archiveurl=https://web.archive.org/web/20140217072046/http://sourceforge.net/potm/potm-2003-11.php |archivedate=17 February 2014 |df=dmy-all }}
2. ^ {{ cite web | url = https://lifehacker.com/behind-the-app-the-story-of-filezilla-1724887234 | title = Behind the App: The Story of FileZilla | access-date = 28 March 2019 | last = Orin | first = Andy | date = 20 August 2015 | website = Lifehacker | quote = Yes, it started as a group project in the computer science course during my final year at school, almost 15 years ago. We were looking for something usable that was neither too trivial nor too big to implement and could be worked upon in parallel. Sadly I don’t remember the details anymore how we eventually settled on an FTP client. | format = html | archive-url = https://web.archive.org/web/20150821032920/https://lifehacker.com/behind-the-app-the-story-of-filezilla-1724887234 | archive-date = 21 August 2015 | df = dmy-all }}
3. ^{{Cite web|title=FileZilla History|url=http://filezilla.sourceforge.net/documentation/history.htm|first=Tim|last=Kosse|website=SourceForge|publisher=DHI Group|archiveurl=https://web.archive.org/web/20080423060025/http://filezilla.sourceforge.net/documentation/history.htm|archivedate=2008-04-23|accessdate=2015-11-04}}
4. ^{{cite web |title=FileZilla features |url=https://filezilla-project.org/client_features.php |publisher=FileZilla |work=FileZilla project website |accessdate=16 May 2014}}
5. ^ {{ cite web | url = http://www.blue-gnu.biz/content/tim_kosse_filezilla | title = Tim Kosse on Filezilla | access-date = 29 March 2019 | date = 13 September 2009 | website = Blue-GNU | quote = In order to support the SFTP protocol, FileZilla uses code from PuTTY. SSL/TLS support is provided by GnuTLS. | format = html | archive-url = https://web.archive.org/web/20070917164311/http://www.blue-gnu.biz/content/tim_kosse_filezilla | archive-date = 17 September 2007 | df = dmy-all }}
6. ^{{cite web|url=https://wiki.filezilla-project.org/FileZilla_FTP_Server|title=FileZilla FTP Server}}
7. ^{{cite web |url=https://arstechnica.com/apple/news/2008/05/first-look-cyberduck-3-is-a-great-free-ftp-client-for-mac.ars |title=First Look: Cyberduck 3 is a great, free FTP client for Mac |last=Foresman |first=Chris |date=15 May 2008 |publisher=Ars Technica |accessdate=7 January 2012}}
8. ^{{cite web |url=https://arstechnica.com/microsoft/news/2008/08/friday-evening-microsoft-links-filezilla-edition.ars |title=Friday evening Microsoft links, FileZilla edition |last=Protalinski |first=Emil |date=1 August 2008 |publisher=Ars Technica |accessdate=7 January 2012}}
9. ^{{cite web |url=http://help.godaddy.com/article/104 |title=Connecting to Your Hosting Account with FileZilla (FTP) |year=2012 |publisher= Go Daddy |accessdate=7 January 2012}}
10. ^{{cite web |url=http://www.clarion.edu/96559/ |title=Share and Retrieve Files on the Clarion Network ("Jupiter" space) |publisher=Clarion University of Pennsylvania |accessdate=7 January 2012}}
11. ^{{cite web |url=http://www.ncf.ca/ncf/support/wiki/Publishing_Web_Pages#How_to_upload_files |title=Publishing Web Pages |publisher=National Capital Freenet |accessdate=7 January 2012 }}
12. ^{{cite web |url=http://packages.debian.org/stable/filezilla |title=Package: filezilla (3.9.0.5-1) |publisher=Debian |accessdate=17 October 2015}}
13. ^{{cite web |url=https://launchpad.net/ubuntu/+source/filezilla |title=filezilla package in Ubuntu |work=Ubuntu |publisher=Canonical Ltd. |accessdate=7 January 2012}}
14. ^{{cite web |url=http://packages.trisquel.info/belenos/filezilla |title=Package: filezilla (3.7.3-1ubuntu1) |publisher=Trisquel |accessdate=17 October 2015}}
15. ^{{cite web |url=http://www.parabola.nu/packages/?sort=&q=filezilla |title=Parabola/Linux-libre - Package Database |publisher=Parabola GNU/Linux-libre |accessdate=17 October 2015}}
16. ^{{cite web |url=http://download.cnet.com/FileZilla/3000-2160_4-10308966.html#review |title=FileZilla |date=16 April 2014 |work=Download.com |publisher=CBS Interactive |accessdate=17 October 2015}}
17. ^{{cite web |url=https://blog.malwarebytes.org/online-security/2013/11/sourceforge-drives-off-downloads-ask-why/ |title=Sourceforge Drives off Downloads, ask why |last=Taggart |first=Jean |date=8 November 2013 |website=Blog.Malwarebytes.org |publisher=Malwarebytes |accessdate=16 September 2014}}
18. ^{{cite web |url=http://www.ghacks.net/2013/07/17/sourceforges-new-installer-bundles-program-downloads-with-adware/ |title = SourceForge’s New Installer Bundles Program Downloads with Adware |last=Brinkmann |first=Martin |date=17 July 2013 |publisher=Ghacks |accessdate=16 September 2014}}
19. ^{{cite web|url=https://blog.emsisoft.com/en/12678/mind-the-pup-top-download-portals-to-avoid/|title=Mind the PUP: Top download portals to avoid - Emsisoft - Security Blog|website=blog.emsisoft.com|accessdate=8 June 2018}}
20. ^{{cite web|url=https://filezilla-project.org/sponsored_updates.php|title=FileZilla - Sponsored Updates|work=filezilla-project.org|accessdate=12 September 2016}}
21. ^{{cite web|url=https://www.bleepingcomputer.com/news/security/filezillas-use-of-bundled-offers-sparks-outrage-from-users/|title=FileZilla's Use Of Bundled Offers Sparks Outrage From Users|work=.bleepingcomputer.com |accessdate=6 January 2019}}
22. ^{{cite web|title=Missing password feature now poses a serious security threat|url=https://forum.filezilla-project.org/viewtopic.php?f=2&t=31521|website=Filezilla forums|accessdate=29 May 2017}}
23. ^{{cite web|url=http://www.filezillasecure.com/|title=FileZilla Secure - Dedicated to keeping your FTP passwords secure.|first=|last=FileZillaSecure|work=filezillasecure.com|accessdate=23 November 2016}}
24. ^{{cite web|last1=Cimpanu|first1=Catalin|title=FileZilla FTP Client Adds Support for Master Password That Encrypts Your Logins|url=https://www.bleepingcomputer.com/news/software/filezilla-ftp-client-adds-support-for-master-password-that-encrypts-your-logins/|website=Bleeping Computer|date=26 May 2017|accessdate=29 May 2017}}
25. ^{{cite web|title=FileZilla 3 development diary|url=https://forum.filezilla-project.org/viewtopic.php?p=156130#p156130|accessdate=29 May 2017}}
26. ^{{cite web|url = http://lifehacker.com/339887/build-a-home-ftp-server-with-filezilla|title = Build a Home FTP Server with FileZilla|accessdate =14 January 2012|last = Trapani|first = Gina|date = January 2008}}
27. ^{{cite web|url=http://trac.filezilla-project.org/ticket/4672|title=#4672 (Download continues past 100% corrupting downloaded file)|author = FileZilla|work=filezilla-project.org|accessdate=12 September 2016}}

External links

{{Commons category}}
  • {{Official website}}
  • Download repository on the official website
  • {{SourceForge|project=filezilla}}
  • FileZilla Server FAQ
  • FileZilla Wiki
{{FLOSS}}

10 : 2001 software|Cross-platform software|Free file transfer software|Free FTP clients|Free multilingual software|Free software programmed in C++|FTP server software|Portable software|SFTP clients|Software that uses wxWidgets

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 4:57:46