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:
642
Downloads of v 1.15.10:
46
Last Update:
12 Feb 2021
Package Maintainer(s):
Software Author(s):
- Hobara Rei
Tags:
carotdav.install online storage tool webdav ftp sftp- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

CarotDAV (Install)
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
642
Downloads of v 1.15.10:
46
Maintainer(s):
Software Author(s):
- Hobara Rei
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.
All Checks are Passing
2 Passing Test
To install CarotDAV (Install), run the following command from the command line or from PowerShell:
To upgrade CarotDAV (Install), run the following command from the command line or from PowerShell:
To uninstall CarotDAV (Install), 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://community.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 carotdav.install --internalize --source=https://community.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://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade carotdav.install -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 carotdav.install -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 carotdav.install installed
win_chocolatey:
name: carotdav.install
state: present
version: 1.15.10
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'carotdav.install' do
action :install
version '1.15.10'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: carotdav.install,
Version: 1.15.10,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller carotdav.install
{
Name = 'carotdav.install'
Ensure = 'Present'
Version = '1.15.10'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'carotdav.install':
provider => 'chocolatey',
ensure => '1.15.10',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install carotdav.install version="1.15.10" 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.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 12 Feb 2021.
Complied Standards, Features
- HTTP/1.1 (RFC2616)
- HTTPS (RFC2818)
- DAV class 1(RFC2518), 3(RFC4918)
- Authentication Methods: None, Basic(RFC2617), Digest(RFC2617), NTLM, Kerberos, SPNEGO(Negotiate)(Kerberos、NTLM), WSSE, Passport
- HTTP Proxy
- Client Certificate
- Compression/Decompression
- gzip (RFC1952/RFC2616)
- zlib (RFC1950/RFC2616) / deflate (RFC1951)
- Brotli (RFC7932) decompression only
- FTP (RFC959)
- FTPS (FTP over TLS) (RFC4217, RFC2228, RFC2246) (Explicit only)
- zlib compression(IETF Draft draft-preston-ftpext-deflate-03.txt)
- SFTP (SFTPv3 over SSHv2)
- OneDrive
- Dropbox
- GoogleDrive
- Box
- SugarSync
- AmazonCloudDrive
- HubiC
- OpenStack Swift
- iCloud Drive
- Host-specific file names(RFC1738)
- support long path > MAX_PATH(260)
- IMAP4rev1(RFC3501) ReadOnly
- Resume
- Download / Upload
- Auto Split
- Encrypt / Verify
- Filename (AES256 CTS)
- File contents (AES256 CBC)
- Key and IV creation PBKDF2 (RFC2898)
- Verification based on Hash (SHA-256)
- Various charactor encodings (UTF-7/8/16/32, Shift-JIS, ISO-2022-JP, EUC-JP, Big5, EUC-KR, EUC-TW, etc)
- Unicode Normalization (Unicode Standard Annex #15)
- Master Password
- AES256 CBC
- Key and IV creation PBKDF2 (RFC2898)
- SSL3.0, TLS 1.0/1.1/1.2
- simplified WebDAV server for local use
- GUI and CUI version
Security/Privacy
You should take care of below from the point of security / privacy.
About Security
By default, passwords are saved with no encryption.
In the setting file, there are login IDs and raw passwords. By default, it is not encrypted. If you want to avoid risk, use master password.
WebDAV server doesn't support user authentication or SSL/TLS.
Since WebDAV server of CarotDAV is designed for local use, it becomes dangerous if the settings are wrong. Use loopback address(127.0.0.1) to prevent access from others.
During OAuth procedure, CarotDAV shows the other site.
Some services needs HTTPS server during OAuth. Since this site doesn't support HTTPS, CarotDAV use this page instead. I assure that site is safe in the same way as CarotDAV.
About Privacy
CarotDAV accesses version file to confirm update on boot. Below informations are logged on the server at that time.
- Current version of CarotDAV you use.
- Access Time.
- IP Address.
I keep these logs not to be seen from others as possible. I might use or public these information after statistical processing. I might show these logs to public institution if they claim.
CarotDAV collect no other information.
From: http://rei.to/carotdav_en.html#license
LICENSE
This software is free of charge. You can use it personally or commercially. You are also allowed to distribute secondary, fix/alter, do reverse-engineering.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: http://rei.to/CarotDAV1.15.10.zip
x64: http://rei.to/CarotDAV1.15.10.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: BD7323065C88979FFDBB45C1D7AEC63E0CEC4A6A919FEE368A2AFF2D0EEB005B
checksum64: BD7323065C88979FFDBB45C1D7AEC63E0CEC4A6A919FEE368A2AFF2D0EEB005B
File 'LICENSE.txt' is obtained from:
http://rei.to/carotdav_en.html#license
md5: 5C8F8082FA3AF289805EAD19C170115D | sha1: 60C221E5F9BE9FFCFDAB5B7836AF38A1AC084AF1 | sha256: BD7323065C88979FFDBB45C1D7AEC63E0CEC4A6A919FEE368A2AFF2D0EEB005B | sha512: 7ED8C355B988F7E2267E496F4EEE1DB5F1770978D50439932A03775DBA82BE54F2F771109DF7B0418DE8982FFA737E5A0C75417AD828ACC3A2B13F973DD6B545
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\CarotDAV1.15.10.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.file
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = "MSI"
fileFullPath = "$toolsDir\CarotDAV1.15.10\CarotDAV1.15.10.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}
Install-ChocolateyInstallPackage @packageArgs
Log in or click on link to see number of positives.
- carotdav.install.1.15.10.nupkg (000e7eb93397) - ## / 61
- CarotDAV1.15.10.zip (bd7323065c88) - ## / 61
- CarotDAV1.15.10.msi (f4f9dcb5483e) - ## / 59
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 |
---|---|---|---|
CarotDAV (Install) 1.15.10 | 46 | Friday, February 12, 2021 | Approved |
CarotDAV (Install) 1.15.9 | 125 | Saturday, June 13, 2020 | Approved |
CarotDAV (Install) 1.15.8 | 218 | Sunday, January 12, 2020 | Approved |
CarotDAV (Install) 1.15.7 | 88 | Thursday, September 19, 2019 | Approved |
CarotDAV (Install) 1.15.6 | 49 | Monday, September 16, 2019 | Approved |
CarotDAV (Install) 1.15.5 | 116 | Tuesday, July 23, 2019 | Approved |
Copyright © 2007-2018 HOBARA REI
This package has no dependencies.
Ground Rules:
- This discussion is only about CarotDAV (Install) and the CarotDAV (Install) 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 CarotDAV (Install), 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.