将大文件从一台服务器上传到另一台服务器
我创建了一个应用程序并集成了 soundcloud 的 api。我首先将我的服务器上的 traks 上传到 soundcloud 服务器上,然后通过 cron 作业。
它适用于较小的文件,但不适用于较重的文件。我已在谷歌组上发布了此问题,他们回复了以下内容:-
您代理吗 通过你的服务器下载?你能在那里检查一下是否已收到吗 正确地说,
我无法理解这一点。你能让我解释一下吗?
谢谢
I have created a application and integrated api of soundcloud. I firstle i am uploading traks on my server after that to the soundcloud server through cron jobs.
It is working fine for smaller file but not for heavier file.I have posted this problem on google group they replied the following:-
Do you proxy the
download through your server? Can you check there that it is received
correctly
I am unable to understand this. can you ples let me explain this.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为有些混乱。
您向 soundcloud 询问了有关将文件上传到 soundcloud 服务器的问题,他们回复了有关下载的问题来自 soundcloud 的文件。
他们的意思是,当用户尝试从 soundcloud 服务器下载文件时,是通过您的服务器还是直接通过 soundcloud。
这里的代理意味着中间服务器 - 所以他们问它是否正确到达您的服务器?
我认为你需要重新表述你的问题,以便他们更好地理解它 - 并澄清你的意思是从你的服务器上传到 soundcloud。
I think there is some confusion.
You have asked soundcloud a problem about an upload of the file to soundcloud servers, and they have replied about download of the file from soundcloud.
What they mean is when a user tries to download a file from the soundcloud server, is it going via your server or directly via soundcloud.
Proxy here means the intermediate server - so they are asking is it getting to your server correctly?
I think you need to rephrase your question for them to understand it better - and clarify you mean an upload from your server to soundcloud.