Home > Backend Development > PHP Tutorial > php可以通过socket将整个目录从一台服务器传到另一台服务器吗解决方案

php可以通过socket将整个目录从一台服务器传到另一台服务器吗解决方案

WBOY
Release: 2016-06-13 13:15:53
Original
948 people have browsed it

php可以通过socket将整个目录从一台服务器传到另一台服务器吗
如果可以 怎么做 麻烦大侠们指点下

如果不可以 那怎么实现需求 谢谢 
(不要手工ftp传,因为目录是动态更新的,要定期传的,所以最后用php脚本实现)

------解决方案--------------------
难道楼主不知道php有ftp,scp,ssh,sftp的开发库吗。
------解决方案--------------------
单纯用socket同步我没做过对此没有发言权,但是我配合php的ftp库做过.你可以试试看

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template