16,900
Downloads
6,891
Downloads of v 0.9.60
2/6/2017
Last update
FileZilla Server 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 Server, run the following command from the command line or from PowerShell:
C:\> choco install filezilla.server
To upgrade FileZilla Server, run the following command from the command line or from PowerShell:
C:\> choco upgrade filezilla.server
Files
Hide- tools\chocolateyInstall.ps1
Show
try { $version = '0.9.60' $version = $version.replace('.','_') $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition $processor = Get-WmiObject Win32_Processor $is64bit = $processor.AddressWidth -eq 64 $progFiles = [System.Environment]::GetFolderPath('ProgramFiles') if ($is64bit -and $progFiles -notmatch 'x86') {$progFiles = "$progFiles (x86)"} $fileZillaInstallDir = Join-Path $progFiles "FileZilla Server" $tempDir = "C:\temp\ftproot" write-host "Chocolatey is installing FileZilla Server to $fileZillaInstallDir. The port is 14147, the user name/pass is filezilla/filezilla. The local ftp root folder is $tempDir." write-host "Please wait..." Start-sleep 8 if (![System.IO.Directory]::Exists($tempDir)) {[System.IO.Directory]::CreateDirectory($tempDir)} if (![System.IO.Directory]::Exists($fileZillaInstallDir)) {[System.IO.Directory]::CreateDirectory($fileZillaInstallDir)} if (![System.IO.File]::Exists("$($fileZillaInstallDir)\FileZilla Server Interface.xml")) { Write-Host "Copying FileZilla Server Interface.xml to install directory" Copy-Item "$($toolsDir)\FileZilla Server Interface.xml" "$fileZillaInstallDir" -Force } if (![System.IO.File]::Exists("$($fileZillaInstallDir)\FileZilla Server.xml")) { Write-Host "Copying FileZilla Server.xml to install directory" Copy-Item "$($toolsDir)\FileZilla Server.xml" "$fileZillaInstallDir" -Force } Install-ChocolateyPackage 'filezilla.server' 'exe' '/S' "https://downloads.sourceforge.net/project/filezilla/FileZilla%20Server/0.9.60/FileZilla_Server-$version.exe" Write-ChocolateySuccess 'filezilla.server' } catch { Write-ChocolateyFailure 'filezilla.server' "$($_.Exception.Message)" throw }
- tools\FileZilla Server Interface.xml
Show
<FileZillaServer> <Settings> <Item name="User Sorting" type="numeric">0</Item> <Item name="Last Server Address" type="string">127.0.0.1</Item> <Item name="Last Server Port" type="numeric">14147</Item> <Item name="Last Server Password" type="string">filezilla</Item> <Item name="Always use last server" type="numeric">1</Item> </Settings> </FileZillaServer>
- tools\FileZilla Server.xml
Show
<FileZillaServer> <Settings> <Item name="Admin port" type="numeric">14147</Item> </Settings> <Groups /> <Users> <User Name="filezilla"> <Option Name="Pass">bc140b4b4ab7f7975c042fb31b167e3d</Option> <Option Name="Group"></Option> <Option Name="Bypass server userlimit">0</Option> <Option Name="User Limit">0</Option> <Option Name="IP Limit">0</Option> <Option Name="Enabled">1</Option> <Option Name="Comments"></Option> <Option Name="ForceSsl">0</Option> <IpFilter> <Disallowed /> <Allowed /> </IpFilter> <Permissions> <Permission Dir="C:\temp\ftproot"> <Option Name="FileRead">1</Option> <Option Name="FileWrite">1</Option> <Option Name="FileDelete">1</Option> <Option Name="FileAppend">1</Option> <Option Name="DirCreate">1</Option> <Option Name="DirDelete">1</Option> <Option Name="DirList">1</Option> <Option Name="DirSubdirs">1</Option> <Option Name="IsHome">1</Option> <Option Name="AutoCreate">0</Option> </Permission> </Permissions> <SpeedLimits DlType="0" DlLimit="10" ServerDlLimitBypass="0" UlType="0" UlLimit="10" ServerUlLimitBypass="0"> <Download /> <Upload /> </SpeedLimits> </User> </Users> </FileZillaServer>
Virus Scan Results
- filezilla.server.0.9.60.nupkg (da1bb711d87a) - ## / 58 - Log in or click on link to see number of positives
- FileZilla_Server-0_9_60.exe (d74da65285fd) - ## / 59 - 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 Server 0.9.60 | 6891 | Monday, February 6, 2017 | approved |
FileZilla Server 0.9.57 | 1914 | Sunday, May 8, 2016 | approved |
FileZilla Server 0.9.56.1 | 384 | Wednesday, March 16, 2016 | approved |
FileZilla Server 0.9.56 | 340 | Tuesday, March 1, 2016 | approved |
FileZilla Server 0.9.55 | 513 | Thursday, January 28, 2016 | approved |
FileZilla Server 0.9.54 | 421 | Monday, November 30, 2015 | approved |
FileZilla Server 0.9.53 | 184 | Saturday, June 13, 2015 | approved |
FileZilla Server 0.9.52.1 | 196 | Tuesday, June 2, 2015 | approved |
FileZilla Server 0.9.51 | 1257 | Thursday, May 7, 2015 | approved |
FileZilla Server 0.9.50 | 438 | Monday, March 23, 2015 | approved |
Discussion for the FileZilla Server Package
Ground rules:
- This discussion is only about FileZilla Server and the FileZilla Server 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 Server, 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.