更快的 Rackspace 云上传
我已经使用 Rackspace API 将文件上传到 RackSpace 云。但这个方法似乎有点慢。是否有更好或更快的方法将文件上传到云(curl、http 适配器等)?
我目前正在使用 PHP 并使用提供的 API 上传。
I have used to the Rackspace API to upload files to the RackSpace cloud. But this method seems to be a little on the slow side. Is there a better or faster way to upload a file to the cloud(curl, http adapters, etc)?
I am currently uploading with PHP and using the provided API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的解决方案,如何使其快速:
我使用下面的简单 PHP 脚本仅上传丢失的文件。多亏了它,我只需一次点击和几秒钟即可完成。
PHP 源代码:
Here is my solution how to make it fast:
I'm uploading only missing files using simple PHP script below. Thanks to it I do it in just one click and in just a few seconds.
PHP source code: