Difference between revisions of "FileZilla FTP Client"

From FileZilla Wiki
Jump to navigationJump to search
(gYEaWhDCVylON)
m (Reverted edits by 2600:387:2:803:0:0:0:72 (talk) to last revision by CodeSquid)
Tag: Rollback
 
(61 intermediate revisions by 24 users not shown)
Line 1: Line 1:
First of all, thank you for your good job with JFL.I think that I have found a bug in it, version 1.6.1.It is in OandaSource, line 39.When  amunot  is too big, the call to Float.toString(amunot)  returns a String that is encoded in scientific notation (like 2.20065649E10).This notation is not accepted by Oanda, and the conversion fails.This bug can be fixed just by replacing this function by this code:-   private static NumberFormat nfen = NumberFormat.getInstance(new Locale( EN ));    public float getConverted(float amunot, String symbolFrom, String symbolTo) throws ConversionException{        String result = getOandaExchangeRate(nfen.format(amunot),symbolFrom, symbolTo);        return Float.parseFloat(result);    }-
+
{| cellspacing=5 cellpadding=0 border=0 width=100%
 +
|valign=top|
 +
'''FileZilla 3 ''' is the next generation (S)FTP-client from the FileZilla project. It is platform independent and supports operating systems like Microsoft Windows, GNU/Linux, *BSD and Mac OS X.
 +
 
 +
== Features ==
 +
 
 +
* Easy to use
 +
* Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
 +
* Cross-platform. Runs on Windows (8.1 or later), Linux, *BSD, OSX and more
 +
* IPv6 support
 +
* Available in many languages
 +
* Supports resume and transfer of large files >4GB
 +
* Powerful [[Site Manager]] and transfer queue
 +
* Bookmark
 +
* Drag & drop support
 +
* Configurable Speed limits
 +
* [[Filename_Filters|Filename filters]]
 +
* [[Using#Directory_Comparison|Directory Comparison]]
 +
* Network configuration wizard
 +
* The ability to use Notepad or any other program to edit a file online (the real action behind the scenes: downloading it to a temporary place and re-uploading it upon saving)
 +
* HTTP/1.1, SOCKS5 and FTP Proxy support
 +
* Logging to file
 +
* [[Using#Synchronized_Browsing|Synchronized directory browsing]]
 +
* Remote file search
 +
 
 +
|valign=top align=right nowrap|__TOC__
 +
|}
 +
 
 +
== More information ==
 +
- You can follow the development in the [https://forum.filezilla-project.org/viewtopic.php?f=3&t=64 FileZilla 3 development diary]. There's also a detailed technical [https://filezilla-project.org/changelog.php changelog] available.
 +
 
 +
- Learn how to [[Compiling_FileZilla_3_under_Windows | compile FileZilla 3 under Windows]] or [[Compiling_FileZilla_3_under_Mac_OS_X | Mac OS X]] (for developers)
 +
 
 +
== Tips & Tricks  ==
 +
- Holding ctrl+alt+shift while starting FileZilla resets the default GUI layout.
 +
 
 +
== Changes ==
 +
 
 +
For a list of enduser visible changes, have a look at the [https://filezilla-project.org/versions.php version history].
 +
 
 +
For a detailed list of all changes committed to the source code repository, see the [https://filezilla-project.org/changelog.php changelog].

Latest revision as of 07:44, 12 October 2023

FileZilla 3 is the next generation (S)FTP-client from the FileZilla project. It is platform independent and supports operating systems like Microsoft Windows, GNU/Linux, *BSD and Mac OS X.

Features[edit]

  • Easy to use
  • Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
  • Cross-platform. Runs on Windows (8.1 or later), Linux, *BSD, OSX and more
  • IPv6 support
  • Available in many languages
  • Supports resume and transfer of large files >4GB
  • Powerful Site Manager and transfer queue
  • Bookmark
  • Drag & drop support
  • Configurable Speed limits
  • Filename filters
  • Directory Comparison
  • Network configuration wizard
  • The ability to use Notepad or any other program to edit a file online (the real action behind the scenes: downloading it to a temporary place and re-uploading it upon saving)
  • HTTP/1.1, SOCKS5 and FTP Proxy support
  • Logging to file
  • Synchronized directory browsing
  • Remote file search

More information[edit]

- You can follow the development in the FileZilla 3 development diary. There's also a detailed technical changelog available.

- Learn how to compile FileZilla 3 under Windows or Mac OS X (for developers)

Tips & Tricks[edit]

- Holding ctrl+alt+shift while starting FileZilla resets the default GUI layout.

Changes[edit]

For a list of enduser visible changes, have a look at the version history.

For a detailed list of all changes committed to the source code repository, see the changelog.