PHP / Zip · April 24, 2015 0

How to upload huge code using ftp

Developers with only ftp access might find themselves in a big trouble when they have huge collection of files to upload for example magento, but don’t worry, we have a way to upload that bulky thing, just follow these steps below.

1. zip your whole code in a a singe zip file
2. upload that zip file to server using ftp
3. unzip the zip file

I know your question, how we unzip?

Don’t worry we have a way for that as well
Please follow the link to see how we unzip a zip file using php and ftp.
https://lempjs.com/2015/04/24/how-to-unzip-on-server-using-ftp-and-php

Enjoy.