FileZilla is a good tool to upload files to remote server, however, it can not allow us to extract and create zip archives. In this tutorial, we will introduce you how to extract and compress .zip, .gz or .rar files online.
FileZilla can not extract zip file
We have uploaded a wordpress.zip file to remote server, however, we can not extract it easily.
How to extract zip file online?
We can use php unzipper.php, which is a simple php class. It can allow us to extract and create .zip, .gz or .rar files online.
We can download unzipper.php here.
https://github.com/ndeet/unzipper/
Then upload it to your website.
Open it with url: https://www.yousite.com/unzipper.php
Then you can extract zip file by your brower.
Meanwhile, you also can create archives using unzipper.php easily.