arnab321 Posted March 14, 2009 Share Posted March 14, 2009 i tried using curl for this. but curl downloads the entire file in the server and then sends it to the client. I want it to act like a download proxy, for downloading large files. it should send every byte to the client as soon as it is received from the other site i want to conect to. is it possible with fsock and how? well, as u can make out, i have just started using php without any basic knowledge of it. Link to comment https://forums.phpfreaks.com/topic/149370-how-do-i-stream-data-from-another-server/ Share on other sites More sharing options...
xylex Posted March 14, 2009 Share Posted March 14, 2009 If all you want is a proxy, then you should probably just install one on the server and use that. PHP/Apache's probably the wrong way to go for this. Link to comment https://forums.phpfreaks.com/topic/149370-how-do-i-stream-data-from-another-server/#findComment-784826 Share on other sites More sharing options...
arnab321 Posted March 15, 2009 Author Share Posted March 15, 2009 But i cant use my own computer as a server because of frequent power cuts here. Im on one of the free hosting sites, which support php and a lot of free bandwidth. So i chose this way. moreover the proxy ips i find on google do not work forever. If you can help me to find a stable proxy, that would be fine too. Link to comment https://forums.phpfreaks.com/topic/149370-how-do-i-stream-data-from-another-server/#findComment-785012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.