Home  >  Article  >  Backend Development  >  php程序怎么批量将图片从一台服务器传到另一台服务器

php程序怎么批量将图片从一台服务器传到另一台服务器

WBOY
WBOYOriginal
2016-06-13 13:13:36985browse

php程序如何批量将图片从一台服务器传到另一台服务器
现在有个业务需要 从2003server上批量将图片传到linux上 请问用php如何做到 跪谢!祝好心人一生平安!

------解决方案--------------------
只用过文件批量上传,你的数据库里存的是图片还是图片地址呢?
------解决方案--------------------
有两个服务器的ftp账号没有 要是有的话直接通过ftp操作快。
------解决方案--------------------

探讨

有两个服务器的ftp账号没有 要是有的话直接通过ftp操作快。

------解决方案--------------------
打包 wget 解压
------解决方案--------------------
scp,sftp都很快
------解决方案--------------------
人家要求的是 用php传 。。。。那要自己写脚本了。。。
------解决方案--------------------
看服务器开放了什么协议。ftp,http的方式都可以
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn