
2,428
Downloads
2,428
Downloads of v 3.1.4
10/18/2017
Last update
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.
To install MEGAsync, run the following command from the command line or from PowerShell:
C:\> choco install megasync
To upgrade MEGAsync, run the following command from the command line or from PowerShell:
C:\> choco upgrade megasync
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $filePath = "$env:TEMP\chocolatey\$packageName" $fileFullPath = "$toolsPath\${packageName}.zip" $url = 'https://mega.nz/MEGAsyncSetup.exe' Get-ChocolateyWebFile $packageName $fileFullPath $url $packageArgs = @{ PackageName = "megasync" File = $fileFullPath File64 = $fileFullPath Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs Remove-Item -force "$toolsPath\*.zip" -ea 0 Install-ChocolateyShortcut -ShortcutFilePath "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\MEGAsync.lnk" -TargetPath "$toolsPath\MEGAsync.exe"
- tools\chocolateyUninstall.ps1
Show
Remove-Item "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\MEGAsync.lnk"
Virus Scan Results
- MEGAsyncSetup.exe (5e043f3d7266) - ## / 64 - Log in or click on link to see number of positives
- megasync.3.1.4.nupkg (5ac24726361f) - ## / 60 - 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 |
---|---|---|---|
MEGAsync 3.1.4 | 2428 | Wednesday, October 18, 2017 | approved |
Discussion for the MEGAsync Package
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.