Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常需要在我的服务器上下载各种文件。此逻辑应在 php 上实现并通过 gearman 工作人员使用。
我正在寻找类似 wget for php 的解决方案。您能否建议一些可管理的(错误/状态跟踪,通知)文件下载 php ?谢谢。
从 URL 下载文件到服务器
有一套很好的想法供你使用。我会推荐自己卷曲。