How does the php program batch upload images from one server to another? now there is a business that needs to batch upload images from 2003server to linux. how can I kill with php! Wish you a safe life! ------ Solution ------------------ I only used file batch upload. do you store images or image addresses in your database? ------ Solution ------------------ how can I batch upload images from one server to another in two servers of php?
Now there is a business that needs to upload images in batches from 2003server to linux. how can I kill with php? thank you! Wish you a safe life!
------ Solution --------------------
I only used files for batch upload. do you store images or image addresses in your database?
------ Solution --------------------
If there are no ftp accounts on two servers, Direct ftp operations will be faster.
------ Solution --------------------
Discussion
If there are no ftp accounts on two servers, Direct ftp operations will be faster.
------ Solution --------------------
Package wget and decompress
------ Solution --------------------
Scp and sftp are both very fast
------ Solution --------------------
What people want is to use php to transfer .... You have to write the script yourself...
------ Solution --------------------
See what protocols are enabled on the server. Both ftp and http methods are supported.