Hello. I need help. In my website on images folder there are more than one million images. And i am wanted to download the complete image folder on my own computer. How can i made this possible. I need help in this matter. One more thing all the images are in the main directory there are no sub directories. Thank You
Hmm, that is a whole ton of images. You can compress to a tar.gz file and download that, or you can download all of these though FTP.
FTP, Rsync over SSH, or SCP(kinda slow). Take your pick. All are easy and will accomplish what you are trying to do.
ftp is the way to go, leave it on overnight is my suggestion if you are downloading 10GB or more and if needed, let it continue to run while you go to work/school.
Hi, It would be better to compress all the files to a .zip or .tar.gz format and download that file. Advantages is that the size will be smaller compared to the images directory and download will be faster since only one file has to be downloaded and not the images one by one. As the gentleman above suggested leave the download overnight. Take care.