Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
25,937
Downloads of v 6.2.9.26659:
314
Last Update:
16 Oct 2017
Package Maintainer(s):
Software Author(s):
- David Kocher
- Yves Langisch
Tags:
cloud ftp sftp webdav s3 openstack swift rackspace cli- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

duck
This is not the latest version of duck available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
25,937
Downloads of v 6.2.9.26659:
314
Maintainer(s):
Software Author(s):
- David Kocher
- Yves Langisch
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
duck 6.2.9.26659
This is not the latest version of duck available.
All Checks are Passing
2 Passing Test
To install duck, run the following command from the command line or from PowerShell:
To upgrade duck, run the following command from the command line or from PowerShell:
To uninstall duck, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download duck --internalize --version=6.2.9.26659 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade duck -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade duck -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure duck installed
win_chocolatey:
name: duck
state: present
version: 6.2.9.26659
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'duck' do
action :install
version '6.2.9.26659'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: duck,
Version: 6.2.9.26659,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller duck
{
Name = 'duck'
Ensure = 'Present'
Version = '6.2.9.26659'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'duck':
provider => 'chocolatey',
ensure => '6.2.9.26659',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install duck version="6.2.9.26659" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 16 Oct 2017.
The universal file transfer tool duck which runs in your shell on Linux and OS X or your Windows command line prompt. Edit files on remote servers, download, upload and copy between servers with FTP, SFTP or WebDAV plus support for cloud storage Amazon S3 OpenStack Swift deployments.
$packageName = 'duck'
$installerType = 'exe'
$url = 'https://dist.duck.sh//duck-6.2.9.26659.exe'
$silentArgs = '/quiet'
$validExitCodes = @(0)
$checksum = '98f20e4d3949dbb2cd0e3db74db739d2e99d3c364afb3deb79062f59bb9b33e2'
$checksumType = 'sha256'
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType"
Log in or click on link to see number of positives.
- duck.6.2.9.26659.nupkg (1343ed871f04) - ## / 59
- duck-6.2.9.26659.exe (98f20e4d3949) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Cyberduck CLI 7.8.2.34203 | 201 | Tuesday, January 26, 2021 | Approved |
Cyberduck CLI 7.8.1.34119 | 357 | Friday, January 15, 2021 | Approved |
Cyberduck CLI 7.8.0.34081 | 78 | Tuesday, January 12, 2021 | Approved |
Cyberduck CLI 7.7.2.33862 | 241 | Wednesday, December 2, 2020 | Approved |
Cyberduck CLI 7.7.1.33788 | 107 | Thursday, November 19, 2020 | Approved |
Cyberduck CLI 7.7.0.33744 | 114 | Tuesday, November 10, 2020 | Approved |
Cyberduck CLI 7.6.2.33520 | 235 | Wednesday, September 30, 2020 | Approved |
Cyberduck CLI 7.6.1.33485 | 126 | Friday, September 18, 2020 | Approved |
Cyberduck CLI 7.6.0.33437 | 87 | Thursday, September 10, 2020 | Approved |
Cyberduck CLI 7.5.1.33324 | 175 | Monday, August 17, 2020 | Approved |
Cyberduck CLI 7.5.0.33280 | 101 | Wednesday, August 12, 2020 | Approved |
Cyberduck CLI 7.4.1.33065 | 296 | Tuesday, June 16, 2020 | Approved |
Cyberduck CLI 7.4.0.32960 | 209 | Tuesday, May 26, 2020 | Approved |
Cyberduck CLI 7.3.1.32784 | 240 | Tuesday, April 28, 2020 | Approved |
Cyberduck CLI 7.3.0.32621 | 48 | Friday, March 27, 2020 | Approved |
Cyberduck CLI 7.2.5.32097 | 500 | Wednesday, January 1, 2020 | Approved |
duck 7.1.2.31675 | 363 | Tuesday, October 29, 2019 | Approved |
duck 6.9.4.30164 | 909 | Wednesday, February 27, 2019 | Approved |
duck 6.9.3.30061 | 245 | Friday, February 15, 2019 | Approved |
duck 6.9.0.29768 | 306 | Wednesday, January 16, 2019 | Approved |
duck 6.8.3.29107 | 397 | Thursday, November 1, 2018 | Approved |
duck 6.8.2.28974 | 246 | Wednesday, October 17, 2018 | Approved |
duck 6.8.0.28825 | 250 | Friday, September 21, 2018 | Approved |
duck 6.7.1.28683 | 334 | Friday, August 17, 2018 | Approved |
duck 6.7.0.28613 | 239 | Tuesday, August 7, 2018 | Approved |
duck 6.6.2.28219 | 395 | Thursday, June 21, 2018 | Approved |
duck 6.6.1.28146 | 283 | Monday, June 4, 2018 | Approved |
duck 6.6.0.28133 | 218 | Wednesday, May 30, 2018 | Approved |
duck 6.4.6.27773 | 485 | Wednesday, April 4, 2018 | Approved |
duck 6.4.4.27722 | 346 | Wednesday, March 14, 2018 | Approved |
duck 6.4.1.27633 | 347 | Thursday, February 22, 2018 | Approved |
duck 6.4.0.27606 | 318 | Tuesday, February 13, 2018 | Approved |
duck 6.3.5.27408 | 407 | Wednesday, January 10, 2018 | Approved |
duck 6.3.4.27404 | 252 | Wednesday, January 10, 2018 | Approved |
duck 6.3.3.27375 | 228 | Tuesday, January 9, 2018 | Approved |
duck 6.3.2.27291 | 377 | Wednesday, December 13, 2017 | Approved |
duck 6.3.1.27228 | 336 | Thursday, November 30, 2017 | Approved |
duck 6.3.0.27105 | 330 | Wednesday, November 15, 2017 | Approved |
duck 6.2.10.26754 | 328 | Friday, October 27, 2017 | Approved |
duck 6.2.9.26659 | 314 | Monday, October 16, 2017 | Approved |
duck 6.2.6.26405 | 460 | Saturday, September 9, 2017 | Approved |
duck 6.2.4.26305 | 288 | Friday, September 1, 2017 | Approved |
duck 6.2.3.26209 | 285 | Friday, August 25, 2017 | Approved |
duck 6.2.2.26027 | 313 | Friday, August 11, 2017 | Approved |
duck 6.2.1.25837 | 346 | Monday, July 31, 2017 | Approved |
duck 6.2.0.25806 | 336 | Tuesday, July 25, 2017 | Approved |
duck 6.1.0.25371 | 426 | Wednesday, July 5, 2017 | Approved |
duck 6.0.4.24953 | 359 | Sunday, June 4, 2017 | Approved |
duck 6.0.1.24918 | 344 | Tuesday, May 30, 2017 | Approved |
duck 6.0.0.24625 | 397 | Tuesday, May 9, 2017 | Approved |
duck 5.4.4.23962 | 359 | Tuesday, April 18, 2017 | Approved |
duck 5.4.3.23925 | 314 | Thursday, April 13, 2017 | Approved |
duck 5.4.0.23761 | 380 | Monday, March 13, 2017 | Approved |
duck 5.3.8.23611 | 372 | Wednesday, March 1, 2017 | Approved |
duck 5.3.7.23440 | 359 | Monday, February 13, 2017 | Approved |
duck 5.3.6.23386 | 303 | Monday, February 6, 2017 | Approved |
duck 5.3.5.23361 | 313 | Sunday, February 5, 2017 | Approved |
duck 5.3.4.23328 | 334 | Tuesday, January 31, 2017 | Approved |
duck 5.3.2.23205 | 372 | Wednesday, January 18, 2017 | Approved |
duck 5.3.0.23185 | 307 | Tuesday, January 17, 2017 | Approved |
duck 5.2.1.21373 | 471 | Thursday, October 27, 2016 | Approved |
duck 5.1.4.20974 | 348 | Tuesday, October 11, 2016 | Approved |
duck 5.1.0.20872 | 352 | Wednesday, August 24, 2016 | Approved |
duck 5.0.20277 | 296 | Wednesday, May 25, 2016 | Approved |
duck 5.0.11.20753 | 276 | Tuesday, August 2, 2016 | Approved |
duck 5.0.9.20675 | 283 | Tuesday, July 19, 2016 | Approved |
duck 5.0.3.20504 | 255 | Friday, June 17, 2016 | Approved |
duck 4.9.3.19798 | 316 | Friday, April 22, 2016 | Approved |
duck 4.9.1.19769 | 248 | Tuesday, April 19, 2016 | Approved |
duck 4.7.17432 | 1290 | Friday, April 24, 2015 | Approved |
duck 4.7.3.18412 | 303 | Monday, October 26, 2015 | Approved |
duck 4.7.2.18004 | 306 | Friday, August 7, 2015 | Approved |
duck 4.7.1.17920 | 364 | Monday, July 6, 2015 | Approved |
duck 4.6.5.17000 | 423 | Wednesday, February 25, 2015 | Approved |
duck 4.6.2.16480 | 462 | Thursday, January 15, 2015 | Approved |
Copyright (c) 2002 – 2016 David V. Kocher. Copyright (c) 2011 – 2016 Yves Langisch
This package has no dependencies.
Ground Rules:
- This discussion is only about duck and the duck 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 duck, 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.