How to upload a large number of files quickly via FTP or File Manager?

Uploading a large number of times usually takes a lot of time. Your computer and server traverse through and make multiple connection attempts to upload each file. This takes a lot of time when you have thousands of files.

To upload them quickly, you can archive them in a .zip file and upload the .zip file using built-in tools or FTP.


Compress the Files in an Archive Before Uploading


When uploading a large number of files:

  • Create a .zip archive (not .tar.gz) of the files.

  • Upload the archive using File Manager or FTP.

  • Uncompress it using File Manager.

    Right-click on the archive and click "Uncompress" in File Manager.

    Or, select the file and click "Uncompress" from the toolbar in File Manager.

Uploading a single .zip file is faster than trying to upload individual files. You can also limit the number of FTP connections instead.

 

  • 154 Users Found This Useful
Was this answer helpful?

Related Articles

How to limit the number of FTP connections?

When uploading a large number of files, we recommend you limit the number of FTP connections....

How to enable and access SSH?

SSH remains disabled by default on all hosting accounts (excluding VPS and Dedicated Server). If...

How to connect to SSH from Mac?

SSH access must be enabled for your hosting account (excluding VPS and Dedicated Server) to...

How to authorize your public key in cPanel and DirectAdmin?

cPanel and DirectAdmin provide a seamless interface to authorize your public key. Authorizing the...

How to connect to SSH using Command Prompt in Windows?

You need to use key-based authentication in your SSH/SFTP client (the software you are using to...