File Manager's Extract Procedure failing with PHP-style errors

So I’m having an issue where I upload a 1.4 MB .zip file and try to extract it. I have done this successfully before with absolutely no issue. Now when I try it, the progress bar will sit for awhile, and then I’ll get one of two errors, or more specifically messages:

“ftp_put(): Accepted data connection"
or
"ftp_mkdir(): 4503 Kbytes used (0%) - authorized: 1024000 Kb”
(Here the number of used Kb varies, but is around 4500 in all cases I’ve seen.)

It seems odd to me that these are popping up as errors, they don’t seem to be saying anything is wrong. Regardless, I would love some help on getting my .zip file extracted. I searched the forums, but all of the posts I found dealt with much larger file sizes, and the issues encountered seemed to revolve around the fact that those files were 5Mb or greater in size. As mine is 1.4Mb, it doesn’t seem like it should be an issue.

Try unzipper from https://github.com/ndeet/unzipper
For me it unzipped a whole wordpress installation instantly.

I just encountered the same problem as well, and it works!
Really save my day, thank you.

I’m glad it did.
You’re welcome.

I can confirm that using unzipper works for me as well. It would be nice to see the native functionality restored to a working condition, but for the time being this is a convenient workaround. Thanks for you prompt reply :slight_smile:

I miss the tons of features from the old interface as well.

same here missing those which were available on old cpannel :joy: