807,024
Downloads
6,357
Downloads of v 3.13.1
8/24/2015
Last update
FileZilla
3.13.1
FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.
To install FileZilla, run the following command from the command line or from PowerShell:
C:\> choco install filezilla
--version 3.13.1
To upgrade FileZilla, run the following command from the command line or from PowerShell:
C:\> choco upgrade filezilla
--version 3.13.1
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'filezilla' $version = '3.13.1' $fileType = 'exe' $silentArgs = '/S' $url = "http://sourceforge.net/projects/filezilla/files/FileZilla_Client/${version}/FileZilla_${version}_win32-setup.exe/download" $url64bit = "http://sourceforge.net/projects/filezilla/files/FileZilla_Client/${version}/FileZilla_${version}_win64-setup.exe/download" # Even though the installer exits with error code 1223, FileZilla gets installed properly $validExitCodes = @(0, 1223) $is64bit = Get-ProcessorBits 64 $regPath = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FileZilla Client' $regPathWow6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\FileZilla Client' # If the 32-bit version was installed on a 64-bit system, uninstall it first if ((Test-Path $regPathWow6432) -and $is64bit) { Write-Host 'Uninstalling the 32-bit version before installing the 64-bit version …' $uninstallString = (Get-ItemProperty -Path $regPathWow6432).UninstallString Uninstall-ChocolateyPackage 'filezilla 32-bit' 'exe' '/S' $uninstallString } Install-ChocolateyPackage $packageName $fileType $silentArgs $url $url64bit ` -validExitCodes $validExitCodes
Virus Scan Results
- filezilla.3.13.1.nupkg (af83c8511f29) - ## / 57 - Log in or click on link to see number of positives
- FileZilla_3.13.1_win64-setup.exe (f18476d6bc09) - ## / 55 - Log in or click on link to see number of positives
- FileZilla_3.13.1_win32-setup.exe (d54c2f0e8670) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
FileZilla 3.32.0 | 28518 | Tuesday, April 3, 2018 | approved |
FileZilla 3.31.0 | 57090 | Friday, February 23, 2018 | approved |
FileZilla 3.30.0 | 64891 | Monday, January 8, 2018 | approved |
FileZilla 3.29.0 | 54813 | Monday, November 6, 2017 | approved |
FileZilla 3.28.0.20171005 | 26457 | Thursday, October 5, 2017 | approved |
FileZilla 3.28.0 | 6478 | Tuesday, October 3, 2017 | approved |
FileZilla 3.27.1 | 35485 | Thursday, September 7, 2017 | approved |
FileZilla 3.26.2 | 82192 | Wednesday, June 21, 2017 | approved |
FileZilla 3.26.1 | 173 | Wednesday, June 21, 2017 | approved |
FileZilla 3.26.0 | 27540 | Thursday, June 1, 2017 | approved |
Discussion for the FileZilla Package
Ground rules:
- This discussion is only about FileZilla and the FileZilla package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or FileZilla, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.