middleJack

Results 3 issues of middleJack

If i do: /etc/megacmd sync mega:/cloud/ /var/www/cloud/ Found 1333 file(s) to be copied After 100 files it throws: ERROR: Unable to sync mega:/cloud/ to /var/www/cloud/ (Http Status:500 Server Too Busy)...

If you try to sync a folder, the second time won't run since megacmd stops on each file that already exists.

Assets/Plugins/UnityHTTP-master/src/Request.cs(80,13): error CS0030: Cannot convert type `System.Collections.Generic.KeyValuePair' to`System.Collections.DictionaryEntry' Fixed it by replacing: `foreach ( DictionaryEntry entry in form.headers )` for: `foreach ( KeyValuePair entry in form.headers )` BTW: Why is...