Downloads:
74,315
Downloads of v 5.6.1:
38
Last Update:
20 Nov 2024
Package Maintainer(s):
Software Author(s):
- Mega Limited
Tags:
megasync mega sync cloud storage synchronization client notsilent- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Megasync
- 1
- 2
- 3
5.6.1 | Updated: 20 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
74,315
Downloads of v 5.6.1:
38
Maintainer(s):
Software Author(s):
- Mega Limited
Megasync 5.6.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mega Limited. The inclusion of Mega Limited trademark(s), if any, upon this webpage is solely to identify Mega Limited goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Megasync, run the following command from the command line or from PowerShell:
To upgrade Megasync, run the following command from the command line or from PowerShell:
To uninstall Megasync, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download megasync --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade megasync -y --source="'INTERNAL REPO 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 megasync -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install megasync
win_chocolatey:
name: megasync
version: '5.6.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'megasync' do
action :install
source 'INTERNAL REPO URL'
version '5.6.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller megasync
{
Name = "megasync"
Version = "5.6.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'megasync':
ensure => '5.6.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. 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 20 Nov 2024.
MEGAsync is an installable application that synchronises folders between your computer and your MEGA Cloud Drive. All files and subfolders will be replicated in both directions. Changes that you make on your device will also be made on the MEGA Cloud Drive in near to real time (within the limits of link / system latency and file transfer times). Similarly, changes made in your MEGA Cloud Drive (such as renaming, moving and deleting) will also be made to the synced folders on your device.
Features
- Secure Global Access - Your data is accessible anytime. Use a web browser or one of our powerful apps, available for all major platforms.
- End-to-End Encryption - Unlike most other cloud storage providers, only you control who has access to your data. Not even MEGA can access it!
- Secure Collaboration - Share data and communicate with your contacts securely, and see their updates in real time.
- Massive Storage Space - Not only are we more secure than our major competitors, we also provide a more generous amount of free storage.
- Live Encrypted Backup - With our real-time file synchronisation and versioning features, your data is always safe and recoverable.
- Public Source Code - To enable independent verification of the correctness and integrity of our crypto model and its implementation, we publish the full source code of our client apps.
Notes
- The MEGAsync install is known to close all instances of Windows Explorer. It can be reopened via unelevated CMD or PowerShell prompt by entering
explorer.exe
. - The MEGAsync client does not have a silent uninstall. Two dialog windows appear confirming uninstallation.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'MEGAsync*'
fileType = 'EXE'
silentArgs = '/S'
validExitCodes= @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- megasync.5.6.1.nupkg (547a44c2f6bc) - ## / 67
- MEGAsyncSetup64.exe (493340b6a724) - ## / 70
- MEGAsyncSetup32.exe (e710c461d19f) - ## / 70
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Megasync 5.6.1 | 38 | Wednesday, November 20, 2024 | Approved | |
Megasync 5.6.0 | 818 | Thursday, October 24, 2024 | Approved | |
Megasync 5.5.0 | 778 | Tuesday, October 1, 2024 | Approved | |
Megasync 5.4.1 | 1115 | Monday, August 19, 2024 | Approved | |
Megasync 5.4.0 | 910 | Monday, July 29, 2024 | Approved | |
Megasync 5.3.0 | 906 | Friday, July 5, 2024 | Approved | |
Megasync 5.2.1 | 1829 | Wednesday, May 8, 2024 | Approved | |
Megasync 5.2.0 | 1333 | Wednesday, April 10, 2024 | Approved | |
Megasync 4.12.2 | 1982 | Friday, January 26, 2024 | Approved | |
Megasync 4.11.0 | 1989 | Friday, November 24, 2023 | Approved | |
Megasync 4.10.0 | 1562 | Saturday, October 28, 2023 | Approved | |
Megasync 4.9.6 | 2536 | Saturday, August 5, 2023 | Approved | |
Megasync 4.9.5.0 | 1406 | Friday, June 30, 2023 | Approved | |
Megasync 4.9.4.0 | 1697 | Sunday, May 14, 2023 | Approved | |
Megasync 4.9.3.0 | 1083 | Sunday, April 30, 2023 | Approved | |
Megasync 4.9.1.0 | 1314 | Monday, April 3, 2023 | Approved | |
Megasync 4.9.0.0 | 1523 | Saturday, March 11, 2023 | Approved | |
Megasync 4.8.8.0 | 864 | Sunday, March 5, 2023 | Approved | |
Megasync 4.8.7.0 | 1548 | Saturday, February 18, 2023 | Approved | |
Megasync 4.7.3.0 | 3606 | Monday, November 28, 2022 | Approved | |
Megasync 4.7.2 | 1902 | Saturday, November 5, 2022 | Approved | |
Megasync 4.7.1.0 | 1881 | Friday, October 7, 2022 | Approved | |
Megasync 4.7.0.0 | 1154 | Monday, September 26, 2022 | Approved | |
Megasync 4.6.8.0 | 3029 | Monday, July 18, 2022 | Approved | |
Megasync 4.6.7.0 | 1617 | Friday, June 24, 2022 | Approved | |
Megasync 4.6.6.0 | 3489 | Tuesday, April 19, 2022 | Approved | |
Megasync 4.6.5.0 | 1885 | Saturday, March 5, 2022 | Approved | |
Megasync 4.6.1 | 2575 | Wednesday, November 17, 2021 | Approved | |
Megasync 4.6.1.0 | 72 | Saturday, November 27, 2021 | Approved | |
Megasync 4.6.0.0 | 818 | Saturday, November 6, 2021 | Approved | |
Megasync 4.5.3.0 | 2650 | Friday, July 9, 2021 | Approved | |
Megasync 4.5.2.0 | 894 | Friday, July 2, 2021 | Approved | |
Megasync 4.5.1 | 2012 | Friday, May 21, 2021 | Approved | |
Megasync 4.5.1.0 | 85 | Saturday, June 12, 2021 | Approved | |
Megasync 4.5.0.0 | 1109 | Saturday, May 1, 2021 | Approved | |
Megasync 4.4.0 | 1810 | Sunday, February 14, 2021 | Approved | |
Megasync 4.3.9.0 | 1539 | Wednesday, December 30, 2020 | Approved | |
Megasync 4.3.8.0 | 1320 | Sunday, November 22, 2020 | Approved | |
Megasync 4.3.7.0 | 746 | Saturday, November 14, 2020 | Approved | |
Megasync 4.3.5.0 | 1545 | Monday, September 28, 2020 | Approved | |
Megasync 4.3.4.0 | 647 | Thursday, September 17, 2020 | Approved | |
Megasync 4.3.3.01 | 1479 | Saturday, July 11, 2020 | Approved | |
Megasync 4.3.3.0 | 1146 | Saturday, June 13, 2020 | Approved | |
Megasync 4.3.1.0 | 1361 | Tuesday, March 17, 2020 | Approved | |
Megasync 4.3.0.8 | 1719 | Friday, February 28, 2020 | Approved | |
Megasync 4.2.5.0 | 1824 | Thursday, January 2, 2020 | Approved | |
MEGAsync 3.1.4 | 5170 | Wednesday, October 18, 2017 | Approved |
(c) 2013-2016 by Mega Limited
This package has no dependencies.
Ground Rules:
- This discussion is only about Megasync and the Megasync 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 Megasync, 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.