Easy automated syncing between your computers and your MEGA Cloud Drive

Overview

MEGA Sync Client

Easy automated syncing between your computers and your MEGA cloud drive.

This repository contains all the development history of the official sync client of MEGA: https://mega.nz/sync

Supported Platforms

  • Microsoft Windows operating systems
  • OS X
  • Linux

Get the source

git clone --recursive https://github.com/meganz/MEGAsync.git

Windows compilation

Requirements:
  • Visual Studio 2015
  • QT 5.6.3
  • Qt Creator
Preparation:

1.- Prepare QTCreator to use the Visual Studio 2015 toolchain and QT 5.6.3 - 32 bits

2.- Clone or download this repo

3.- Create a folder Release_x32 inside the root of the code that you have just downloaded

4.- Download the required third party libraries from this link: https://mega.nz/#!8tZglCTR!cZ_B39i9YxLgt3_8x9LsOpFhFDHuAh4jdz78IuQTQT4

5.- Uncompress that file into src\MEGASync\mega\bindings\qt

6.- Open the project src/MEGA.pro with QTCreator

7.- Select the folder Release_x32 as the target for Release and Debug builds

8.- Build the project

9.- Copy or move the .dll files from the folder src\MEGASync\mega\bindings\qt\3rdparty\bin to the folder Release_x32\MEGASync

10.- Enjoy!

It's recommended to go to Project -> Run in QTCreator and disable the option Run in terminal

OS X compilation

Requirements:
  • Xcode 8.3
  • QT 5.6.3
Preparation:

1.- Install Xcode in your system

2.- Clone or download this repo

3.- Download the required third party libraries and configuration file (config.h) from this link: https://mega.nz/#!T14B0Y4T!EXGg9dRtacgz9_vCUtVq5tj6C3PBpkOHgXG289EBxBM

4.- Uncompress that file and move the folder 3rdparty into src/MEGASync/mega/bindings/qt/ and the file config.h into src/MEGASync/mega/include/mega/

5.- Run the script installer_mac.sh to build the project and generate the application bundle for MEGAsync. If you want to generate an Apple disk image (DMG file), add the flag --create-dmg. Build directory is Release_x64

6.- Enjoy!

Linux compilation

Requirements:

  • Using gcc compiler below version 5 might result in compiler errors.
  • Third party requirements vary depending on your system.

Preparation:

First install dependencies. e.g., for a debian/ubuntu with QT >= 5.6 (e.g: Ubuntu 18.04):

sudo apt-get install libzen-dev libmediainfo-dev debhelper qtbase5-dev qt5-qmake libqt5x11extras5-dev libqt5dbus5 libqt5svg5-dev libcrypto++-dev libraw-dev libc-ares-dev libssl-dev libsqlite3-dev zlib1g-dev wget dh-autoreconf cdbs unzip libtool-bin pkg-config qt5-default qttools5-dev-tools libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libmediainfo-dev

for older debian/ubuntu based systems (e.g: Ubuntu 16.04):

sudo apt-get install build-essential autoconf automake m4 libtool libtool-bin qt4-qmake make libqt4-dev libcrypto++-dev libsqlite3-dev libc-ares-dev libcurl4-openssl-dev libssl-dev libraw-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libmediainfo-dev
# Optional, if you wish to build nautilus extension:
sudo apt-get install libnautilus-extension-dev

Addition: for RPM based (e.g: Fedora):

sudo dnf install libtool gcc-c++ c-ares-devel cryptopp-devel openssl-devel qt-devel sqlite-devel zlib-devel LibRaw-devel

Building:

cd src
./configure
qmake MEGA.pro
lrelease MEGASync/MEGASync.pro
make

Note: when compiling for Fedora/RHEL/CentOS and alike, qmake and lrelease might be missing for qt4. Use qmake-qt4 and lrelease-qt4 instead. Also, adding -q to configure is recommended in order to download and build cryptopp for RHEL and CentOS.

Known Issues

For Solus, c-ares might not compile do to a CFLAG defined by gcc: -D_FORTIFY_SOURCE=2. This issue and its possible solution is described here https://github.com/c-ares/c-ares/issues/58 and http://ma.tc/ehuboqatec.md.

Comments
  • List of all files at Cloud

    List of all files at Cloud

    How to get a list (txt, csv or any text like format) of all my files storaged at Cloud? Is there a simple CLI (Command Line) for Megacmd to reach that? I've already read https://github.com/meganz/sdk/blob/master/examples/megacmd/README.md, but it seems to makes and build (compile?) the interface and/or handles SDK or something for advanced and heavy users. Is there a EXE file or another way just to get the list of files?

    opened by Gabarito007 30
  • Scanning for 5 minutes at startup

    Scanning for 5 minutes at startup

    I did not make significant changes to my setup or files, but MEGAsync is now taking about 5 minutes to complete its initial "scanning" phase after the PC startup, with increased disk activity. After that, it works fine.

    Its usual scanning time used to be about 10 seconds or less. Perhaps a recent MEGASync update did this, a switch from the 32 to the 64-bit MEGASync version or a Windows update, but I can't be sure.

    Don't know if security software is related. There is increased CPU/disk activity from such software during this MEGAsync "scanning" phase. However, I tried both Microsoft's Defender and a 3rd party one (Emsisoft). Also tried disabling them, and adding exclusions (megasync.exe + the MEGAsync/Mega Limited folders). No difference.

    Also tried reverting to various previous MEGAsync versions without success. At some point I think I got the previous behaviour back (very fast scanning) but I cannot do it again. Any suggestions?

    Thank you MEGASync 4.6.8 64-bit, Windows 10 21H2 19044.1826

    opened by Gittyperson 24
  • megasync 3.5 don't use icon theme in tray in XFCE(Arch Linux)

    megasync 3.5 don't use icon theme in tray in XFCE(Arch Linux)

    image

    4.13.12-1-ARCH XFCE 4.12 megasync 3.5-1(from official site) Papirus-icons(updated, with new mega icons - megapaused.svg, megasynching.svg, etc)

    other qt5-apps(keepassxc, qbittorrent on the screenshot) work good with icons theme.

    pactree -d 1 megasync
    megasync
    ├─glibc
    ├─gcc-libs
    ├─qt5-base
    ├─sqlite
    ├─openssl
    ├─zlib
    └─qt5-svg
    
    pactree -d 1 qbittorrent
    qbittorrent
    ├─libtorrent-rasterbar
    ├─qt5-svg
    └─hicolor-icon-theme
    
    pactree -d 1 keepassxc
    keepassxc
    ├─hicolor-icon-theme
    ├─libxtst
    ├─qt5-x11extras
    └─yubikey-personalization
    

    Also you can see my issue to papirus-icon-theme project.

    opened by hxss 24
  • not possible to set

    not possible to set "No Proxy" back

    On the office I use a Proxy, but at home I don't. So after using it with a proxy I tried to change the settings to "no proxy". It is not possible, I always get : "Your proxy settings are invalid or your proxy doesn't respond": selection_018

    I'm using Linux Mint 18.

    opened by garzaj 22
  • Debian/Ubuntu repository signing keys have expired

    Debian/Ubuntu repository signing keys have expired

    W: An error occurred during the signature verification. The repository is not updated and the 
    previous index files will be used. GPG error: https://mega.nz/linux/MEGAsync/xUbuntu_19.04 ./ 
    InRelease: The following signatures were invalid: EXPKEYSIG 4B4E7A9523ACD201 
    MegaLimited <[email protected]>
    

    Any idea on when a new signing key will be implemented and exactly where the public key will propagate from?

    opened by RogueScholar 21
  • Where's the changelog?

    Where's the changelog?

    Please provide a CHANGELOG with each new release so we can see what we're getting

    It is standard good practice to review a product's changelog before installing a new version so you can know what to expect (e.g. security issues fixed, behavioral changes, etc).

    Many people, like me, are very reluctant to install a new version of something without knowing beforehand what changes were made to the new version.

    Changelogs are for humans, not machines.

    A git commit log is not the type of changelog that human beings need.

      Some examples of what I am talking about:

    • https://github.com/SDL-Hercules-390/hyperion/releases
    • https://www.prestosoft.com/edp_buildhistory.asp#10.0

    (https://keepachangelog.com/en/1.0.0/)

    What is a changelog?

    A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project.

    Why keep a changelog?

    To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project.

    Who needs a changelog?

    People do! Whether consumers or developers, the end users of software are human beings who care about what's in the software. When the software changes, people want to know why and how.

    opened by Fish-Git 20
  • megasync error dump 19.10beta

    megasync error dump 19.10beta

    MEGAprivate ERROR DUMP Application: MEGAsync Version code: 4205.0 Module name: megasync Operating system: Linux System version: ubuntu 19.10/#14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 System release: 5.3.0-13-generic System arch: x86_64 Error info: Segmentation fault (11) at address 0xffffffffd3998544 Stacktrace: /lib/x86_64-linux-gnu/libc.so.6(+0xbee72) [0x7f524e61be72] /lib/x86_64-linux-gnu/libc.so.6(+0xbee72) [0x7f524e61be72] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP32AuthenticatedSymmetricCipherBase16AuthenticateDataEPKhm+0x8d) [0x7f525046a23d] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP32AuthenticatedSymmetricCipherBase11ProcessDataEPhPKhm+0x10d) [0x7f525046a69d] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP26StreamTransformationFilter15NextPutMultipleEPKhm+0xd6) [0x7f52504f7b36] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP23FilterWithBufferedInput18PutMaybeModifiableEPhmibb+0x434) [0x7f52504f8bc4] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP23FilterWithBufferedInput18PutMaybeModifiableEPhmibb+0x434) [0x7f52504f8bc4] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP29AuthenticatedDecryptionFilter11ChannelPut2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKhmib+0x5d) [0x7f52504f8eed] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZNK8CryptoPP11StringStore12CopyRangeTo2ERNS_22BufferedTransformationERyyRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x52) [0x7f52504f5432] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP11StringStore11TransferTo2ERNS_22BufferedTransformationERyRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x3f) [0x7f52504f53af] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP22BufferedTransformation19TransferMessagesTo2ERS0_RjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0xe1) [0x7f52504794a1] /usr/lib/x86_64-linux-gnu/libcrypto++.so.6(_ZN8CryptoPP22BufferedTransformation14TransferAllTo2ERS0_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb+0x9c) [0x7f525047962c] megasync(+0x26fb52) [0x565306febb52] megasync(+0x26e553) [0x565306fea553] megasync(+0x264df8) [0x565306fe0df8] megasync(+0x1d0903) [0x565306f4c903] megasync(+0x240d51) [0x565306fbcd51] megasync(+0x241513) [0x565306fbd513] megasync(+0x22b88a) [0x565306fa788a] megasync(+0x306372) [0x565307082372] megasync(+0x30642c) [0x56530708242c] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(+0xbecc2) [0x7f524eb88cc2] /lib/x86_64-linux-gnu/libpthread.so.0(+0x9669) [0x7f524eab0669] /lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7f524e67f323]

    opened by biggermdc 17
  • MEGASync crashes with latest QT5 versions (segmentation fault)

    MEGASync crashes with latest QT5 versions (segmentation fault)

    Not able to select custom sync folder or exclude/include certain folder from syncing because megasync application crashes with error dump.

    Latest updated manjaro linux installation. Installed qt5 packages:

    qt4 4.8.7-10
    qt5-base 5.7.0-3
    qt5-declarative 5.7.0-3
    qt5-script 5.7.0-1
    qt5-styleplugins 5.0.0-1
    qt5-svg 5.7.0-1
    qt5-tools 5.7.0-2
    qt5-translations 5.7.0-1
    

    Error dump

    MEGAprivate ERROR DUMP
    Application: MEGAsync
    Version code: 2908.0
    Module name: megasync
    Operating system: Linux
    System version:  #1 SMP PREEMPT Fri Nov 18 19:17:47 UTC 2016
    System release:  4.8.9-1-MANJARO
    System arch: x86_64
    Error info:
    Segmentation fault (11) at address 0x7f79fa0faf70
    Stacktrace:
    /usr/lib/libQt5Widgets.so.5(+0x26a053) [0x7f79fa477053]
    /usr/lib/libQt5Widgets.so.5(+0x26a053) [0x7f79fa477053]
    /usr/lib/libQt5Widgets.so.5(+0x355c6d) [0x7f79fa562c6d]
    /usr/lib/libQt5Widgets.so.5(+0x35095e) [0x7f79fa55d95e]
    /usr/lib/libQt5Widgets.so.5(_ZN18QFileDialogPrivate4initERK4QUrlRK7QStringS5_+0x66) [0x7f79fa55ee26]
    /usr/lib/libQt5Widgets.so.5(_ZN11QFileDialogC2EP7QWidgetRK7QStringS4_S4_+0x8a) [0x7f79fa55f1ea]
    megasync() [0x4895f0]
    megasync() [0x47a998]
    megasync() [0x5ea6be]
    /usr/lib/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x7d4) [0x7f79f90b87f4]
    /usr/lib/libQt5Widgets.so.5(_ZN15QAbstractButton7clickedEb+0x42) [0x7f79fa448102]
    /usr/lib/libQt5Widgets.so.5(+0x23b354) [0x7f79fa448354]
    /usr/lib/libQt5Widgets.so.5(+0x23c747) [0x7f79fa449747]
    /usr/lib/libQt5Widgets.so.5(_ZN15QAbstractButton17mouseReleaseEventEP11QMouseEvent+0xf4) [0x7f79fa449924]
    /usr/lib/libQt5Widgets.so.5(_ZN7QWidget5eventEP6QEvent+0x308) [0x7f79fa3a7ef8]
    /usr/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f79fa360e0c]
    /usr/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x111d) [0x7f79fa36943d]
    /usr/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x110) [0x7f79f908cde0]
    /usr/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x1dd) [0x7f79fa367aed]
    /usr/lib/libQt5Widgets.so.5(+0x1b4fa0) [0x7f79fa3c1fa0]
    /usr/lib/libQt5Widgets.so.5(+0x1b7743) [0x7f79fa3c4743]
    /usr/lib/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x9c) [0x7f79fa360e0c]
    /usr/lib/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x261) [0x7f79fa368581]
    /usr/lib/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x110) [0x7f79f908cde0]
    /usr/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate17processMouseEventEPN29QWindowSystemInterfacePrivate10MouseEventE+0x743) [0x7f79f9bcf303]
    /usr/lib/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x135) [0x7f79f9bd0e85]
    /usr/lib/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0xbb) [0x7f79f9baecab]
    /usr/lib/libQt5XcbQpa.so.5(+0x702f0) [0x7f79ef2fc2f0]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7f79f5510587]
    /usr/lib/libglib-2.0.so.0(+0x4a7f0) [0x7f79f55107f0]
    /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f79f551089c]
    
    opened by devops1337 17
  • MEGASync fails to build and/or run on Arch Linux.

    MEGASync fails to build and/or run on Arch Linux.

    I can not use MEGASync on Arch Linux. If I run the binary package, either from the official site or archlinuxcn repo, I get to the part where it sats you are in guest mode, then the app crashes without even giving me a chance to log in. Here's the trace shown in the "Send Report" window & here's the debug log generated by running megasync --debug > logfile. I have had this issue for ~2 weeks despite the fact that I used the "Send Report" button to send the report to MEGA.

    Now, when I try to build MEGASync, either the 3.0.1 version or the master branch,I get these errors.

    opened by nihil-2019 16
  • I can't install on Fedora 27

    I can't install on Fedora 27

    I can't install MEGASync on Fedora 27, i jus get this error: megasync: symbol lookup error: megasync: undefined symbol: _ZNK8CryptoPP8Rijndael3Dec21AdvancedProcessBlocksEPKhS3_Phmj

    opened by brunojs02 14
  • Public key not available [Ubuntu 21.10]

    Public key not available [Ubuntu 21.10]

    W: GPG error: https://mega.nz/linux/repo/xUbuntu_21.10 ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1A664B787094A482
    E: The repository 'https://mega.nz/linux/repo/xUbuntu_21.10 ./ InRelease' is not signed.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    
    

    Tried to add key with: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1A664B787094A482 Didn't work, same error message.

    opened by repsorp 13
  • Call for ALPHA testers for hugely updated MEGAsync 5.0

    Call for ALPHA testers for hugely updated MEGAsync 5.0

    Hi MEGAsync technical users,

    We have been updating the sync algorithm in conjunction with overcoming some internal limitations in the MEGA SDK library. The old sync algorithm and those internal limitations were co-dependent on each other, so it was not possible to update one or the other independently in smaller increments.

    At the same time, we have been paying attention to the various issues reported for MEGAsync, and the updates to the sync algorithm include fixes for most of those problems, and enable fixes for the rest.

    Because this is such a big update, we would like to invite keen people to try out the updated version before we release it, and report any situations for which the updated version doesn't work for them, or any bugs that they can find. The ways in which MEGAsync can be used is vast and we can't test every combination of all factors ourselves. Consider all the possible OS, filesystem, intentions for initial syncing and ongoing updates, interactions with other changes going on in the filesystem and the MEGA account simultaneously, and so on. Additionally we are introducing the long-promised update for exclusions, via the .megaignore file.

    These are the main updates:

    • .megaignore file for exclusions.
    • Sync logic is now based on what changed since the last time a file was synced.
    • This fixes the old problem where you can overwrite a file on the local side of your sync with an older version deliberately, but the sync would download the newer one from the cloud and overwrite that.
    • Sync decisions are always based on comparisions of Cloud, Local, and Last synced state, rather than applying lists of changes from cloud and local.
    • This enables the sync state to be kept offline, even while the MEGA account changes, which is important for the Suspended state mentioned below.
    • Sync problems that are impossible for the sync algorithm to decide by itself are reported to the user in the new Stall Issues window.
    • This means that you will now be alerted to things like multiple filenames that would clash when synced, so only one could be synced, or where both local and remote files changed since the sync last ran, and we don't know which is the one you want to keep.
    • Sync logic runs on a separate thread, which should make the GUI much more responsive.
    • Filesystem scanning and fingerprinting for syncs also runs on a separate thread, should be much quicker, especially on startup with already synced syncs.
    • Fetching changes to your account since the last time MEGAsync ran should also be much faster.
    • Instead of just Active and Disabled states, we now have Running, Paused, Suspended, Disabled.
    • Suspended state is the most significant one. In this one, the last known sync state is kept on the the local disk in a database. Resuming that sync will continue it from where it left off. This is now the default for syncs that are not ticked in the Settings dialog. Previously those were in Disabled state (in which the sync database was deleted).
    • This means that the old problems with download of files that were locally deleted while the sync was unticked are solved, when using Suspended state.
    • Disabled state is still available for backward compatibility and to be able to easily discard the sync state, make some changes in the Cloud or Locally, and start the sync again from scratch.

    We will post installers for Windows and Mac in this thread. They will not be officially signed, as we want to avoid anyone thinking they are anything other than ALPHA versions still under development. Please only use installers posted by myself. Additionally, there is plenty of new text that has not been translated yet. Please only test in ways that do not put your data at risk. As before, the syncs will only move your files and folders to the Rubbish folders when it thinks they should be removed from the sync, so nothing too bad can happen. (One important exception though, is syncs that are set up in an incoming share, where it is not possible to put those Nodes in the Node owner's Rubbish folder).

    Details of how .megaignore rules work were posted in this other issue. Please refer there for details, and report questions or bugs specific to .megaignore in that thread: https://github.com/meganz/MEGAsync/issues/206#issuecomment-1143136772

    Please also post feedback on any other issues in this thread, and we can iterate until any discovered issues are resolved. thanks

    opened by mattw-mega 1
  • Stuck forever in 'Logging in'

    Stuck forever in 'Logging in'

    Hi, on Manjaro Linux, I am using the latest versions of the AUR packages https://aur.archlinux.org/packages/megasync-nopdfium and also recently tried the https://aur.archlinux.org/packages/megasync but both are forever stuck in 'Logging in'.

    This has been going for over a month now and I cannot backup my files.

    Here is a sample debug output.

    Please fix this as I need to backup my files. Looking at https://aur.archlinux.org/packages/megasync-nopdfium other users have been having the same issue too.

    megasync --debug
    QSettings::value: Empty key passed
    QSettings::value: Empty key passed
    01/06-03:48:11.628011 140064421579520 DBG  auto screen scale factor disabled because of QT_AUTO_SCREEN_SCALE_FACTOR set to 0
    01/06-03:48:11.628023 140064421579520 DBG  Manjaro Linux (KDE)
    01/06-03:48:11.628024 140064421579520 DBG  Screen detected: eDP, 1920, 1054, 96.126316, 1.000000
    01/06-03:48:11.628024 140064421579520 DBG  Scaling not needed.
    01/06-03:48:11.628034 140064421579520 INFO Device pixel ratio on 'eDP': 1.000000
    01/06-03:48:11.652247 140064421579520 WARN Qt Warning: QCoreApplication::postEvent: Unexpected null receiver
    01/06-03:48:11.652252 140064421579520 WARN Qt Context: default    2
    01/06-03:48:11.652305 140064421579520 WARN Qt Warning: QCoreApplication::postEvent: Unexpected null receiver
    01/06-03:48:11.652307 140064421579520 WARN Qt Context: default    2
    01/06-03:48:11.696220 140064421579520 DBG  libuv version: 1.44.2 [megaapi_impl.cpp:5302]
    01/06-03:48:11.696272 140064421579520 DBG  cURL version: 7.87.0 [net.cpp:207]
    01/06-03:48:11.696273 140064421579520 DBG  SSL version: OpenSSL/3.0.7 [net.cpp:212]
    01/06-03:48:11.696275 140064421579520 DBG  libz version: 1.2.13 [net.cpp:236]
    01/06-03:48:11.696278 140064421579520 DBG  IPv6 enabled: 1 [net.cpp:255]
    01/06-03:48:11.696284 140064421579520 DBG  Initializing OpenSSL locking callbacks [net.cpp:279]
    01/06-03:48:11.696304 140064421579520 DBG  c-ares version: 1.18.1 [net.cpp:302]
    01/06-03:48:11.696468 140064421579520 DBG  DNS servers: 192.168.120.1 [net.cpp:479]
    01/06-03:48:11.696659 140064421579520 DBG  MegaClient Worker threads running: 1 [utils.cpp:2343]
    01/06-03:48:11.697870 140064421579520 DBG  MediaInfo version: 2209 [mediafileattribute.cpp:72]
    01/06-03:48:11.697951 140064421579520 DBG  User-Agent: MEGAsync/4.7.3.0 (manjarolinux 22.0.0/Linux 6.1.1-1-MANJARO x86_64) MegaClient/4.5.0/64 [megaclient.cpp:1398]
    01/06-03:48:11.697952 140064421579520 DBG  Cryptopp version: 870 [megaclient.cpp:1399]
    01/06-03:48:11.698009 140064421579520 DBG  libuv version: 1.44.2 [megaapi_impl.cpp:5302]
    01/06-03:48:11.698016 140064421579520 DBG  cURL version: 7.87.0 [net.cpp:207]
    01/06-03:48:11.698017 140064421579520 DBG  SSL version: OpenSSL/3.0.7 [net.cpp:212]
    01/06-03:48:11.698018 140064421579520 DBG  libz version: 1.2.13 [net.cpp:236]
    01/06-03:48:11.698020 140064421579520 DBG  IPv6 enabled: 1 [net.cpp:255]
    01/06-03:48:11.698020 140064421579520 DBG  Initializing OpenSSL locking callbacks [net.cpp:279]
    01/06-03:48:11.698100 140064421579520 DBG  DNS servers: 192.168.120.1 [net.cpp:479]
    01/06-03:48:11.698238 140064421579520 DBG  MegaClient Worker threads running: 1 [utils.cpp:2343]
    01/06-03:48:11.698242 140064421579520 DBG  MediaInfo version: 2209 [mediafileattribute.cpp:72]
    01/06-03:48:11.698298 140064421579520 DBG  User-Agent: MEGAsync/4.7.3.0 (manjarolinux 22.0.0/Linux 6.1.1-1-MANJARO x86_64) MegaClient/4.5.0/64 [megaclient.cpp:1398]
    01/06-03:48:11.698299 140064421579520 DBG  Cryptopp version: 870 [megaclient.cpp:1399]
    01/06-03:48:11.698351 140064421579520 INFO Graphics processing enabled
    01/06-03:48:11.698355 140064421579520 INFO Establishing max payload log size: 10240
    01/06-03:48:11.698377 140064421579520 WARN Qt Warning: QSystemTrayIcon::setVisible: No Icon set
    01/06-03:48:11.698380 140064421579520 WARN Qt Context: default    2
    01/06-03:48:11.698667 140064421579520 INFO MEGAsync is starting. Version string: 4.7.3   Version code: 4703.0   User-Agent: MEGAsync/4.7.3.0 (manjarolinux 22.0.0/Linux 6.1.1-1-MANJARO x86_64) MegaClient/4.5.0/64
    01/06-03:48:11.698680 140064421579520 DBG  Unknown language code: en_au [megaapi_impl.cpp:11707]
    01/06-03:48:11.698681 140064421579520 DBG  Unknown language code: en_a [megaapi_impl.cpp:11707]
    01/06-03:48:11.698682 140064421579520 DBG  Unknown language code: en_ [megaapi_impl.cpp:11707]
    01/06-03:48:11.698684 140064421579520 DBG  Unknown language code: en_au [megaapi_impl.cpp:11707]
    01/06-03:48:11.698684 140064421579520 DBG  Unknown language code: en_a [megaapi_impl.cpp:11707]
    01/06-03:48:11.698685 140064421579520 DBG  Unknown language code: en_ [megaapi_impl.cpp:11707]
    01/06-03:48:11.698803 140063623071424 INFO Request (SET_MAX_CONNECTIONS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.698818 140063623071424 INFO Request (SET_MAX_CONNECTIONS) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.698821 140063623071424 INFO Request (SET_MAX_CONNECTIONS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.698822 140063623071424 INFO Request (SET_MAX_CONNECTIONS) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.698825 140063623071424 INFO Request (USE_HTTPS_ONLY) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.698826 140063623071424 INFO Request (USE_HTTPS_ONLY) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.698831 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:11.699250 140063623071424 INFO Request (PAUSE_TRANSFERS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.699256 140063623071424 INFO Request (PAUSE_TRANSFERS) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.699289 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:11.714428 140063623071424 INFO Request (SET_PROXY) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.714439 140063623071424 INFO Request (SET_PROXY) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.714447 140063623071424 INFO Request (RETRY_PENDING_CONNECTIONS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.714451 140063623071424 DBG  Reinitializing the network layer [net.cpp:842]
    01/06-03:48:11.714505 140063597893312 INFO Request (SET_PROXY) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.714521 140063597893312 INFO Request (SET_PROXY) finished [megaapi_impl.cpp:16171]
    01/06-03:48:11.714525 140063597893312 INFO Request (RETRY_PENDING_CONNECTIONS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.714527 140063597893312 DBG  Reinitializing the network layer [net.cpp:842]
    01/06-03:48:11.714716 140063597893312 DBG  DNS servers: 192.168.120.1 [net.cpp:479]
    [repeated x1]
    01/06-03:48:11.714720 140063623071424 DBG  Sending EVENT_DISCONNECT to app. [megaapi_impl.cpp:16554]
    [repeated x1]
    01/06-03:48:11.714723 140063597893312 INFO Request (RETRY_PENDING_CONNECTIONS) finished [megaapi_impl.cpp:16171]
    [repeated x1]
    01/06-03:48:11.714732 140063597893312 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:11.714732 140063623071424 INFO Request (LOGIN) starting [megaapi_impl.cpp:16139]
    01/06-03:48:11.714760 140063623071424 DBG  MediaInfo version: 2209 [mediafileattribute.cpp:72]
    01/06-03:48:11.714764 140063623071424 DBG  Reinitializing the network layer [net.cpp:842]
    01/06-03:48:11.714868 140063623071424 DBG  DNS servers: 192.168.120.1 [net.cpp:479]
    01/06-03:48:11.714869 140063623071424 DBG  Sending EVENT_DISCONNECT to app. [megaapi_impl.cpp:16554]
    01/06-03:48:11.715115 140063623071424 DBG  Using an upgraded DB: /home/alpha/.local/share/data/Mega Limited/MEGAsync/megaclient_statecache12_TmNxcEtLZ0phN2fFQey-jf7E5lEDciC5j7Qc.db [sqlite.cpp:113]
    01/06-03:48:11.715636 140063623071424 DBG  DB transaction BEGIN /home/alpha/.local/share/data/Mega Limited/MEGAsync/megaclient_statecache12_TmNxcEtLZ0phN2fFQey-jf7E5lEDciC5j7Qc.db [sqlite.cpp:439]
    01/06-03:48:11.715783 140063623071424 DBG  Resolving IPv4 address for g.api.mega.co.nz [net.cpp:2039]
    01/06-03:48:11.718455 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x2]
    01/06-03:48:11.732401 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:11.732406 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 66.203.125.13 [net.cpp:1227]
    01/06-03:48:11.732418 140063623071424 DBG  Name resolution finished [net.cpp:1385]
    01/06-03:48:11.732421 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:48:11.732423 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:48:11.732527 140063623071424 DBG  Using the IP of the hostname: 66.203.125.13 [net.cpp:1481]
    01/06-03:48:11.732567 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28091 [net.cpp:760]
    01/06-03:48:11.732642 140063623071424 DTL  cs cURL:   Trying 66.203.125.13:443... [net.cpp:1851]
    01/06-03:48:11.732694 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:11.927311 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:48:11.932947 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:11.932961 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28093 [net.cpp:760]
    01/06-03:48:21.541469 140064421579520 INFO Cleaning local cache folders
    01/06-03:48:21.541700 140064421579520 INFO Local HTTP server started
    01/06-03:48:21.541733 140063623071424 INFO Request (GET_LOCAL_SSL_CERT) starting [megaapi_impl.cpp:16139]
    01/06-03:48:21.541751 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:21.741181 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:48:23.642418 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:23.642458 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28211 [net.cpp:760]
    01/06-03:48:23.742599 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:23.742610 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28212 [net.cpp:760]
    01/06-03:48:23.742632 140063623071424 DTL  cs cURL: Connected to 66.203.125.13 (66.203.125.13) port 443 (#0) [net.cpp:1851]
    01/06-03:48:23.742635 140063623071424 DTL  cs cURL: SSL connection timeout [net.cpp:1851]
    01/06-03:48:23.742643 140063623071424 DTL  cs cURL: Closing connection 0 [net.cpp:1851]
    01/06-03:48:23.745256 140063623071424 DBG  cs CURLMSG_DONE with error 28: Timeout was reached [net.cpp:2207]
    01/06-03:48:23.745258 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - 66.203.125.13 [net.cpp:2271]
    01/06-03:48:23.745261 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 28  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:48:23.745282 140063623071424 WARN Retrying cs request in 1 ds [megaclient.cpp:2128]
    01/06-03:48:23.745285 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:23.845449 140063623071424 DBG  Resolving IPv6 address for g.api.mega.co.nz [net.cpp:2035]
    01/06-03:48:23.845529 140063623071424 DBG  Resolving IPv4 address for g.api.mega.co.nz [net.cpp:2039]
    01/06-03:48:23.845541 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:23.848739 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:23.848742 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 66.203.125.15 [net.cpp:1227]
    01/06-03:48:23.848753 140063623071424 DBG  Name resolution finished [net.cpp:1385]
    01/06-03:48:23.848764 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:48:23.848767 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:48:23.849136 140063623071424 DBG  Using the IP of the hostname: 66.203.125.15 [net.cpp:1481]
    01/06-03:48:23.849160 140063623071424 DBG  Waiting for the completion of the c-ares request [net.cpp:1416]
    01/06-03:48:23.849168 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28213 [net.cpp:760]
    01/06-03:48:23.849247 140063623071424 DTL  cs cURL:   Trying 66.203.125.15:443... [net.cpp:1851]
    01/06-03:48:23.849299 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:23.849597 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:23.849600 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 2a0b:e46:1:100::12 [net.cpp:1227]
    01/06-03:48:23.849602 140063623071424 DBG  Request already sent using a previous DNS response [net.cpp:1333]
    01/06-03:48:24.049841 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:24.049853 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28215 [net.cpp:760]
    01/06-03:48:27.308734 140064421579520 INFO Logging in…
    01/06-03:48:27.308764 140063623071424 INFO Request (RETRY_PENDING_CONNECTIONS) starting [megaapi_impl.cpp:16139]
    01/06-03:48:27.308777 140063623071424 INFO Request (RETRY_PENDING_CONNECTIONS) finished [megaapi_impl.cpp:16171]
    01/06-03:48:27.308797 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:27.309411 140064421579520 WARN Qt Warning: QObject::connect: Cannot connect QDBusPendingCallWatcherHelper::error(QDBusError,QDBusMessage) to (nullptr)::dbusNotificationSentErrorCallback()
    01/06-03:48:27.309419 140064421579520 WARN Qt Context: default    2
    01/06-03:48:31.741046 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:48:35.916459 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:35.916474 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28333 [net.cpp:760]
    01/06-03:48:35.916496 140063623071424 DTL  cs cURL: Connected to 66.203.125.15 (66.203.125.15) port 443 (#1) [net.cpp:1851]
    01/06-03:48:35.916499 140063623071424 DTL  cs cURL: SSL connection timeout [net.cpp:1851]
    01/06-03:48:35.916507 140063623071424 DTL  cs cURL: Closing connection 1 [net.cpp:1851]
    01/06-03:48:35.916563 140063623071424 DBG  cs CURLMSG_DONE with error 28: Timeout was reached [net.cpp:2207]
    01/06-03:48:35.916566 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - 66.203.125.15 [net.cpp:2271]
    01/06-03:48:35.916568 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 28  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:48:35.916585 140063623071424 WARN Retrying cs request in 2 ds [megaclient.cpp:2128]
    01/06-03:48:35.916587 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:36.116835 140063623071424 DBG  DNS cache hit for g.api.mega.co.nz (IPv6) 2a0b:e46:1:100::12 [net.cpp:2002]
    01/06-03:48:36.116848 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:48:36.116850 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:48:36.116973 140063623071424 DBG  Using the IP of the hostname: [2a0b:e46:1:100::12] [net.cpp:1481]
    01/06-03:48:36.116991 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:36.117003 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28335 [net.cpp:760]
    01/06-03:48:36.117066 140063623071424 DTL  cs cURL:   Trying [2a0b:e46:1:100::12]:443... [net.cpp:1851]
    01/06-03:48:36.117090 140063623071424 DTL  cs cURL: Immediate connect fail for 2a0b:e46:1:100::12: Network is unreachable [net.cpp:1851]
    01/06-03:48:36.117109 140063623071424 DTL  cs cURL: Closing connection 2 [net.cpp:1851]
    01/06-03:48:36.117115 140063623071424 DBG  cs CURLMSG_DONE with error 7: Couldn't connect to server [net.cpp:2207]
    01/06-03:48:36.117117 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - [2a0b:e46:1:100::12] [net.cpp:2271]
    01/06-03:48:36.117119 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 7  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:48:36.117133 140063623071424 WARN Retrying cs request in 4 ds [megaclient.cpp:2128]
    01/06-03:48:36.117134 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:36.517592 140063623071424 DBG  Resolving IPv4 address for g.api.mega.co.nz [net.cpp:2039]
    01/06-03:48:36.517670 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:36.525196 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:36.525204 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 66.203.125.12 [net.cpp:1227]
    01/06-03:48:36.525220 140063623071424 DBG  Name resolution finished [net.cpp:1385]
    01/06-03:48:36.525224 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:48:36.525231 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:48:36.525438 140063623071424 DBG  Using the IP of the hostname: 66.203.125.12 [net.cpp:1481]
    01/06-03:48:36.525474 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28339 [net.cpp:760]
    01/06-03:48:36.525554 140063623071424 DTL  cs cURL:   Trying 66.203.125.12:443... [net.cpp:1851]
    01/06-03:48:36.525627 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:36.725771 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28341 [net.cpp:760]
    01/06-03:48:41.541548 140064421579520 INFO Active network interface: lo
    01/06-03:48:41.541561 140064421579520 INFO Ignored IPv4: XXX.XXX.0.1
    01/06-03:48:41.541574 140064421579520 INFO Ignored IPv6: XXXX:XXXX:XXXX:XXXX:00:00:00:01
    01/06-03:48:41.541576 140064421579520 INFO Ignored network interface: enp3s0 Flags: 36
    01/06-03:48:41.541578 140064421579520 INFO Active network interface: wlp4s0
    01/06-03:48:41.541582 140064421579520 INFO Active IPv4: XXX.XXX.120.137
    01/06-03:48:41.541591 140064421579520 INFO Ignored IPv6: XXXX:XXXX:XXXX:XXXX:e9f:cbe5:c97b:192a
    01/06-03:48:41.541593 140064421579520 INFO Local network adapters haven't changed
    01/06-03:48:41.741337 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:48:48.535776 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:48.535796 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28459 [net.cpp:760]
    01/06-03:48:48.535833 140063623071424 DTL  cs cURL: Connected to 66.203.125.12 (66.203.125.12) port 443 (#3) [net.cpp:1851]
    01/06-03:48:48.535838 140063623071424 DTL  cs cURL: SSL connection timeout [net.cpp:1851]
    01/06-03:48:48.535850 140063623071424 DTL  cs cURL: Closing connection 3 [net.cpp:1851]
    01/06-03:48:48.535927 140063623071424 DBG  cs CURLMSG_DONE with error 28: Timeout was reached [net.cpp:2207]
    01/06-03:48:48.535931 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - 66.203.125.12 [net.cpp:2271]
    01/06-03:48:48.535937 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 28  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:48:48.535962 140063623071424 WARN Retrying cs request in 9 ds [megaclient.cpp:2128]
    01/06-03:48:48.535967 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:49.436926 140063623071424 DBG  Resolving IPv6 address for g.api.mega.co.nz [net.cpp:2035]
    01/06-03:48:49.437005 140063623071424 DBG  Resolving IPv4 address for g.api.mega.co.nz [net.cpp:2039]
    01/06-03:48:49.437015 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:49.439628 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:49.439631 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 66.203.125.14 [net.cpp:1227]
    01/06-03:48:49.439640 140063623071424 DBG  Name resolution finished [net.cpp:1385]
    01/06-03:48:49.439642 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:48:49.439645 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:48:49.439762 140063623071424 DBG  Using the IP of the hostname: 66.203.125.14 [net.cpp:1481]
    01/06-03:48:49.439777 140063623071424 DBG  Waiting for the completion of the c-ares request [net.cpp:1416]
    01/06-03:48:49.439782 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28468 [net.cpp:760]
    01/06-03:48:49.439835 140063623071424 DTL  cs cURL:   Trying 66.203.125.14:443... [net.cpp:1851]
    01/06-03:48:49.439872 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:48:49.440460 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:48:49.440463 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 2a0b:e46:1:100::13 [net.cpp:1227]
    01/06-03:48:49.440464 140063623071424 DBG  Request already sent using a previous DNS response [net.cpp:1333]
    01/06-03:48:49.640700 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:48:49.640710 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28470 [net.cpp:760]
    01/06-03:48:51.562505 140064421579520 INFO Running connectivity test...
    01/06-03:48:51.752516 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:48:53.144374 140064421579520 INFO Connectivity test finished OK
    01/06-03:49:01.444568 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:49:01.444583 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28589 [net.cpp:760]
    01/06-03:49:01.444603 140063623071424 DTL  cs cURL: Connected to 66.203.125.14 (66.203.125.14) port 443 (#4) [net.cpp:1851]
    01/06-03:49:01.444606 140063623071424 DTL  cs cURL: SSL connection timeout [net.cpp:1851]
    01/06-03:49:01.444615 140063623071424 DTL  cs cURL: Closing connection 4 [net.cpp:1851]
    01/06-03:49:01.444671 140063623071424 DBG  cs CURLMSG_DONE with error 28: Timeout was reached [net.cpp:2207]
    01/06-03:49:01.444674 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - 66.203.125.14 [net.cpp:2271]
    01/06-03:49:01.444676 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 28  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:49:01.444692 140063623071424 WARN Retrying cs request in 19 ds [megaclient.cpp:2128]
    01/06-03:49:01.444695 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:49:01.741647 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    01/06-03:49:03.345744 140063623071424 DBG  DNS cache hit for g.api.mega.co.nz (IPv6) 2a0b:e46:1:100::13 [net.cpp:2002]
    01/06-03:49:03.345762 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:49:03.345764 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:49:03.345899 140063623071424 DBG  Using the IP of the hostname: [2a0b:e46:1:100::13] [net.cpp:1481]
    01/06-03:49:03.345923 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:49:03.345933 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28608 [net.cpp:760]
    01/06-03:49:03.346001 140063623071424 DTL  cs cURL:   Trying [2a0b:e46:1:100::13]:443... [net.cpp:1851]
    01/06-03:49:03.346030 140063623071424 DTL  cs cURL: Immediate connect fail for 2a0b:e46:1:100::13: Network is unreachable [net.cpp:1851]
    01/06-03:49:03.346051 140063623071424 DTL  cs cURL: Closing connection 5 [net.cpp:1851]
    01/06-03:49:03.346057 140063623071424 DBG  cs CURLMSG_DONE with error 7: Couldn't connect to server [net.cpp:2207]
    01/06-03:49:03.346059 140063623071424 DBG  CURLMSG_DONE with HTTP status: 0 from g.api.mega.co.nz - [2a0b:e46:1:100::13] [net.cpp:2271]
    01/06-03:49:03.346061 140063623071424 WARN cs REQ_FAILURE. Status: 0 CURLcode: 7  Content-Length: -1  buffer? 0  bufferSize: 0 [net.cpp:2327]
    01/06-03:49:03.346075 140063623071424 WARN Retrying cs request in 33 ds [megaclient.cpp:2128]
    01/06-03:49:03.346078 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:49:06.649101 140063623071424 DBG  Resolving IPv4 address for g.api.mega.co.nz [net.cpp:2039]
    01/06-03:49:06.651737 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:49:06.658370 140063623071424 DBG  c-ares info received [net.cpp:1219]
    01/06-03:49:06.658376 140063623071424 DBG  Received a valid IP for g.api.mega.co.nz: 66.203.125.13 [net.cpp:1227]
    01/06-03:49:06.658390 140063623071424 DBG  Name resolution finished [net.cpp:1385]
    01/06-03:49:06.658393 140063623071424 DBG  cs POST target URL: https://g.api.mega.co.nz/cs?id=plnpympydc&sid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&ak=FhMgXbqb&v=2&&lang=en [net.cpp:1450]
    01/06-03:49:06.658398 140063623071424 DBG  cs Sending 113: [{"a":"us","sek":"oUsKwNfpf7Tw2Lb7vCoXzA","sn":"Jtjtqt5SCME","si":"uGOFS98J9uPQPpSpxNBUvduJM6HyMUi6oc-Ev8qlQso"}] [net.cpp:1460]
    01/06-03:49:06.658752 140063623071424 DBG  Using the IP of the hostname: 66.203.125.13 [net.cpp:1481]
    01/06-03:49:06.658790 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28641 [net.cpp:760]
    01/06-03:49:06.658855 140063623071424 DTL  cs cURL: Hostname 66.203.125.13 was found in DNS cache [net.cpp:1851]
    01/06-03:49:06.658875 140063623071424 DTL  cs cURL:   Trying 66.203.125.13:443... [net.cpp:1851]
    01/06-03:49:06.658937 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    [repeated x1]
    01/06-03:49:06.859332 140063623071424 DBG  Informing cURL of timeout reached for 2 at 28643 [net.cpp:760]
    01/06-03:49:11.541811 140064421579520 INFO Active network interface: lo
    01/06-03:49:11.541822 140064421579520 INFO Ignored IPv4: XXX.XXX.0.1
    01/06-03:49:11.541833 140064421579520 INFO Ignored IPv6: XXXX:XXXX:XXXX:XXXX:00:00:00:01
    01/06-03:49:11.541835 140064421579520 INFO Ignored network interface: enp3s0 Flags: 36
    01/06-03:49:11.541836 140064421579520 INFO Active network interface: wlp4s0
    01/06-03:49:11.541840 140064421579520 INFO Active IPv4: XXX.XXX.120.137
    01/06-03:49:11.541848 140064421579520 INFO Ignored IPv6: XXXX:XXXX:XXXX:XXXX:e9f:cbe5:c97b:192a
    01/06-03:49:11.541854 140064421579520 INFO Local network adapters haven't changed
    01/06-03:49:11.541875 140064421579520 DBG  Memory usage: 0 MB / 0 Nodes / 0 LocalNodes / 0 B/N / 0 transfers
    01/06-03:49:11.541942 140063958615744 DBG  PendingCS? 1 [megaapi_impl.cpp:23511]
    01/06-03:49:11.541965 140063958615744 DBG  PendingFA? 0 active, 0 queued [megaapi_impl.cpp:23512]
    01/06-03:49:11.541970 140063958615744 DBG  FLAGS: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [megaapi_impl.cpp:23513]
    01/06-03:49:11.541972 140063958615744 DBG  UL speed: 0  DL speed: 0 [megaapi_impl.cpp:23525]
    01/06-03:49:11.542016 140063623071424 DTL   Megaclient exec is pending resolutions. scpaused=0 stopsc=0 mBlocked=0 jsonsc.pos= syncsup=1 statecurrent=0 syncadding=0 syncactivity=0 syncdownrequired=0 syncdownretry=0 [megaclient.cpp:2382]
    01/06-03:49:11.741250 140064421579520 INFO Current state. Paused = 0 Indexing = 0 Waiting = 0 Syncing = 0
    
    
    opened by MavropaliasG 7
  • MacOS Client Not Properly Displaying x64 vs ARM Architecture

    MacOS Client Not Properly Displaying x64 vs ARM Architecture

    Screenshot 2023-01-02 at 5 58 33 PM Screenshot 2023-01-02 at 5 58 55 PM

    The 'about' section in MEGAsync seems to improperly display the client is x64, when it's in-fact an Apple Silicon program. Small detail, but figured I'd open an issue nontheless.

    opened by henryistaken 0
  • Sync between mobile and PC is really not possible?

    Sync between mobile and PC is really not possible?

    Hi,

    I was told by one of Mega's support representatives that syncing between PC and mobile is not possible.

    Well, I have a Linux laptop on which Megasync app is installed. I also have installed the Mega's mobile app on my Android smartphone.

    I would like to replace the current Dropbox by Mega, but since one of the Mega's technicians said that is not possible, I am now confused, also because I read in several places many people saying that they do just that (use a synced folder both on computer and mobile device).

    So, what is the true here, please?

    opened by marcoszy 1
  • MEGAsync is neither syncing nor uploading

    MEGAsync is neither syncing nor uploading

    Recently, my megasync app has stopped uploading and syncing totally. It shows, uploading or syncing all the time but this never ends. To solve the problem I have tried the steps below:

    1. Logged out of MegaSync and logged back in.
    2. Uninstalled MegaSync and reinstalled and logged in again.
    3. Took backup of my files from the cloud in a pendrive and deleted all the files from my Mega account altogether.
    4. Totally shifted to Manjaro (for another reason) from Ubuntu and reinstalled MegaSync.
    5. Tried to upload files through the browser and the mobile app.
    6. Created a new Mega account and tried to upload files again.

    None of the steps mentioned above worked. It was working just fine a few days back. I've posted in MEGA subreddit and some users said they are also facing the same problem.

    opened by abrarbinkabir 5
  • Windows 10 Desktop App Stuck in Scanning When downloading files with %20 in name

    Windows 10 Desktop App Stuck in Scanning When downloading files with %20 in name

    Whenever I try to download files with %20 in their name the windows desktop app will get stuck in a scanning state. The files continue to download but the app doesn't show any useful information.

    opened by zasrin 0
Releases(v4.8.1.0_Win)
  • v4.8.1.0_Win(Dec 12, 2022)

    • Support for Flexi Pro accounts.
    • New backups feature.
    • Fixed issues detected with macOS Ventura.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    Source code(tar.gz)
    Source code(zip)
  • v4.8.1.0_OSX(Dec 12, 2022)

    • Support for Flexi Pro accounts.
    • New backups feature.
    • Fixed issues detected with macOS Ventura.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    Source code(tar.gz)
    Source code(zip)
  • v4.8.0.0_Win(Dec 12, 2022)

    • Support for Flexi Pro accounts.
    • New backups feature.
    • Fixed issues detected with macOS Ventura.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    Source code(tar.gz)
    Source code(zip)
  • v4.8.0.0_OSX(Dec 12, 2022)

    • Support for Flexi Pro accounts.
    • New backups feature.
    • Fixed issues detected with macOS Ventura.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.3.0_Win(Nov 18, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.3.0_OSX(Nov 18, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.3.0_Linux(Dec 12, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.2.0_Win(Nov 7, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.2.0_OSX(Nov 7, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.2.0_Linux(Nov 7, 2022)

    • Added new Apple Silicon native support.
    • Added a new feature to stop sleep mode if there are active transfers.
    • Updated third-party libs.
    • Improved folders transfers.
    • Fixed detected crashes on Windows, Linux, and macOS.
    • Fixed translation issues.
    • Improved performance.
    • Fixed and adjusted UI.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.1.0_Win(Oct 3, 2022)

    • There is now a new transfer manager.
    • Transfer management was enhanced and reliability of downloads and uploads improved.
    • Detected crashes on Windows, Linux, and macOS fixed.
    • Translation issues fixed.
    • Performance improved.
    • UI fixed and adjusted.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.1.0_OSX(Oct 3, 2022)

    • There is now a new transfer manager.
    • Transfer management was enhanced and reliability of downloads and uploads improved.
    • Detected crashes on Windows, Linux, and macOS fixed.
    • Translation issues fixed.
    • Performance improved.
    • UI fixed and adjusted.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.0.0_Win(Sep 22, 2022)

    • There is now a new transfer manager.
    • Transfer management was enhanced and reliability of downloads and uploads improved.
    • Detected crashes on Windows, Linux, and macOS fixed.
    • Translation issues fixed.
    • Performance improved.
    • UI fixed and adjusted.
    Source code(tar.gz)
    Source code(zip)
  • v4.7.0.0_OSX(Sep 22, 2022)

    • There is now a new transfer manager.
    • Transfer management was enhanced and reliability of downloads and uploads improved.
    • Detected crashes on Windows, Linux, and macOS fixed.
    • Translation issues fixed.
    • Performance improved.
    • UI fixed and adjusted.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.8.0_Linux(Sep 22, 2022)

    • Full redesign of remote file picker.
    • Fixed translation issues.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.8.0_Win(Jul 13, 2022)

    • Full redesign of remote file picker.
    • Fixed translation issues.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.8.0_OSX(Jul 13, 2022)

    • Full redesign of remote file picker.
    • Fixed translation issues.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.7.0_Win(Jun 21, 2022)

  • v4.6.7.0_OSX(Jun 21, 2022)

  • v4.6.7.0_Linux(Jun 21, 2022)

  • v4.6.6.0_Linux(Apr 22, 2022)

    • Added support to stream file links from a folder link.
    • Fixed translation issues.
    • Improved the user experience.
    • Added a new notifications panel in the settings dialog.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.6.0_Win(Apr 5, 2022)

    • Added support to stream file links from a folder link.
    • Fixed translation issues.
    • Improved the user experience.
    • Added a new notifications panel in the settings dialog.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.6.0_OSX(Apr 5, 2022)

    • Added support to stream file links from a folder link.
    • Fixed translation issues.
    • Improved the user experience.
    • Added a new notifications panel in the settings dialog.
    • Other minor UI fixes and adjustments.
    • Fixed detected crashes on Windows, Linux and macOS.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.5.0_Linux(Mar 30, 2022)

  • v4.6.5.0_Win(Mar 2, 2022)

  • v4.6.5.0_OSX(Mar 2, 2022)

  • v4.6.3.0_Linux(Jan 28, 2022)

  • v4.6.2.0_CentOS7(Dec 21, 2021)

    • Full redesign of settings with a new look and feel.
    • No longer supporting macOS versions below 10.12.
    • Multi-currency support added for upgrade options.
    • High DPI support for Windows platform improved.
    • Crashes previously detected on Windows, Linux and macOS now fixed.
    • Other performance improvements and adjustments.
    • Other UI fixes and adjustments.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.2.0_OSX(Dec 14, 2021)

    • Full redesign of settings with a new look and feel.
    • No longer supporting macOS versions below 10.12.
    • Multi-currency support added for upgrade options.
    • High DPI support for Windows platform improved.
    • Crashes previously detected on Windows, Linux and macOS now fixed.
    • Other performance improvements and adjustments.
    • Other UI fixes and adjustments.
    Source code(tar.gz)
    Source code(zip)
  • v4.6.1.0_Win(Nov 19, 2021)

    • Full redesign of settings with a new look and feel.
    • No longer supporting macOS versions below 10.12.
    • Multi-currency support added for upgrade options.
    • High DPI support for Windows platform improved.
    • Crashes previously detected on Windows, Linux and macOS now fixed.
    • Other performance improvements and adjustments.
    • Other UI fixes and adjustments.
    Source code(tar.gz)
    Source code(zip)
Owner
Mega Limited
Mega Limited
Open hardware to measure EC and pH, drive pumps, and otherwise manage a mid-size hydroponic grow over Wi-Fi.

Hydromisc This is a single PCBA with all the necessary I/O to automate a typical small to mid-size hydroponic grow, controllable over Wi-Fi

null 480 Dec 12, 2022
Linux Terminal Service Manager (LTSM) is a set of service programs that allows remote computers to connect to a Linux operating system computer using a remote terminal session (over VNC or RDP)

Linux Terminal Service Manager (LTSM) is a set of service programs that allows remote computers to connect to a Linux operating system computer using a remote terminal session (over VNC)

null 34 Dec 16, 2022
2nd homework at Computers Programming & Programming Languages (C)

+---------------------------------------+ | | | | | Copyright Robert

Robert Grancsa 0 Jan 26, 2022
Automated upstream mirror for bpftool stand-alone build.

bpftool This is a mirror of bpf-next Linux source tree's tools/bpf/bpftool directory, plus its few dependencies from under kernel/bpf/, and its suppor

null 91 Dec 23, 2022
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use

What Is RESTinio? RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO

Stiffstream 924 Jan 6, 2023
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

Welcome! The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design

Microsoft 7.2k Dec 30, 2022
Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.

WDT Warp speed Data Transfer Design philosophy/Overview Goal: Lowest possible total transfer time - to be only hardware limited (disc or network bandw

Facebook 2.7k Dec 31, 2022
Freeing the Silvercrest (Lidl/Tuya) Smart Home Gateway from the cloud.

free-your-silvercrest Freeing the Silvercrest (Lidl/Tuya) Smart Home Gateway from the cloud A collection of scripts/programs for freeing your Silvercr

null 140 Jan 2, 2023
Side-channel file transfer between independent VM executed on the same physical host

Inter-process or cross-VM data exchange via CPU load modulation What is this I made this PoC as a visual aid for an online discussion about M1RACLES -

Pavel Kirienko 45 Dec 28, 2022
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.

Oat++ News Hey, meet the new oatpp version 1.2.5! See the changelog for details. Check out the new oatpp ORM - read more here. Oat++ is a modern Web F

Oat++ 6k Jan 4, 2023
Ole Christian Eidheim 741 Dec 27, 2022
Level up your Beat Saber experience on Quest! AnyTweaks provides various tweaks to help boost your experience on Quest, such as Bloom, FPS Counter and more.

Need help/support? Ask in one of BSMG's support channels for Quest, or join my Discord server! AnyTweaks Level up your Beat Saber experience on Quest!

kaitlyn~ 19 Nov 20, 2022
A simple and easy WiFi-enabled ESP8266-powered WSPR and FT8 beacon which uses NTP + DS3231 RTC for timing.

Easy-Digital-Beacons-v1 A simple and easy WiFi-enabled ESP8266-powered WSPR and FT8 beacon which uses NTP + DS3231 RTC for timing. The whole design is

Dhiru Kholia 36 Nov 20, 2022
Now get your alerts & updates about home, wherever you are, with an SMS on your mobile! All with a simple NodeMCU project!

Now get your alerts & updates about home, wherever you are, with an SMS on your mobile! All with a simple NodeMCU project!

Priyanka Peddinti 2 Oct 20, 2021
RPC++ is a tool for Discord RPC (Rich Presence) to let your friends know about your Linux system

RPC++ RPC++ is a tool for Discord RPC (Rich Presence) to let your friends know about your Linux system Installing requirements Arch based systems pacm

grialion 4 Jul 6, 2022
An easy to use and powerful open source websocket library written in C.

libwebsock Easy to use C library for websockets This library allows for quick and easy development of applications that use the websocket protocol, wi

Jonathan Hall 47 Nov 13, 2022
BingBing 60 Dec 15, 2022
Pushpin is a reverse proxy server written in C++ that makes it easy to implement WebSocket, HTTP streaming, and HTTP long-polling services.

Pushpin is a reverse proxy server written in C++ that makes it easy to implement WebSocket, HTTP streaming, and HTTP long-polling services. The project is unique among realtime push solutions in that it is designed to address the needs of API creators. Pushpin is transparent to clients and integrates easily into an API stack.

Fanout 3.2k Jan 2, 2023