A [TIP] for Slow Hosting uploads via FTP

Visual Eagle

Elite Member
Joined
Dec 11, 2008
Messages
2,630
Reaction score
2,282
I just wanted to share this little gem that I found and been using for some time now for clients that are actually having slow server uploading and no multi-threaded uploads via FTP.

Personally I have encountered many website hosting providers that do 1by1 upload so uploading an WordPress installation would take ages to upload (I think it has around 15k files)... Such a time waster as it sometimes took 15 - 20m to upload.

This obviously applies to any other installation or extraction of files (wp themes, other scripts) and is not just limited to WP (there are auto-installers anyways on cPanel at least that help you install CMS).

So to fix the issue, you basically upload the whole .zip file which shouldn't take ages in this case as its only 1 file... Then what you need is this:

https://github.com/ndeet/unzipper

1bccbd60-512a-11e6-89cb-c6c112270154.png


It's a simple 1 file PHP script that extracts the .zip files in seconds. Just download it to your desktop, upload via FTP, and visit the unzipper.php on your domain to proceed.
 
Last edited:
Never thought of this, that's neat !

Thank you for the share
 
Cpanel already support zipping and unzipping operation.

I was clearly talking about FTP uploads only. Obviously cpanel has its own file manager... Some people do not own server with cpanel as its too expensive (VPS or Dedicated).
 
Back
Top