Difference between revisions of "FileZilla FTP Client"

From FileZilla Wiki
Jump to navigationJump to search
(ZCbSccMDlUq)
m (Reverted edits by 177.17.203.158 (talk) to last revision by CodeSquid)
(32 intermediate revisions by 19 users not shown)
Line 1: Line 1:
Hello EmielIn my oonpiin you try to achieve three different things in one action. Your end result is perhaps workable, the logging history will be a bit confusing. I would do it as follows.First the customer wants you to create a change on code that is in production (According the conventions of subversion the production code is tagged). In subversion it is not done to change a tag, thus I would create a branch. This is the place where you can adapt the code for the new situation.Secondly the desired change is already done in the trunk.. With a bit of luck  the wanted change can be identified in one or two commit steps. I would merge these steps into the newly created branch. This process is called creating a back-patch. When I commit the back-patch I would note the revision numbers from the trunk, including the comment on the original change.At last it is decided that the new development will not be done on the trunk anymore. The trunk becomes obsolete. New functionality will be added tot the branch. Because in subversion the trunk is always the latest and greatest code I would rename the trunk to a branch name for example trunk_version_discontinued. I would rename the new branch to trunk.The end result is the same as with your actions, but the logging history reflects now better what was done. And in case you need more changes that can be found in the former trunk you can easily merge them again.Success with the remainder of the project
+
{| 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, 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 [http://forum.filezilla-project.org/viewtopic.php?f=3&t=64 FileZilla 3 development diary]. There's also a detailed technical [http://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 [http://filezilla-project.org/versions.php version history].
 +
 
 +
For a detailed list of all changes committed to the source code repository, see the [http://filezilla-project.org/changelog.php changelog].

Revision as of 18:47, 5 March 2013

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, 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

- 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

- 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 version history.

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