straygrey Posted September 30, 2013 Share Posted September 30, 2013 I need to move a media file from a Server to Client via PHP limiting the amount of bandwidth used. Both Client and Server on a local intranet. Possibly by moving chunks at a time, thereby allowing other operations on the intranet to get a slice of the bandwidth. An example of size is 1596875bytes for the 1st one. Can someone please suggest a preferred method for me to use to achieve this? Link to comment https://forums.phpfreaks.com/topic/282565-move-file-from-server-to-client/ Share on other sites More sharing options...
straygrey Posted September 30, 2013 Author Share Posted September 30, 2013 BTW Part of the problem may be to overwrite the file if the Server file size is different to that of the Client. Link to comment https://forums.phpfreaks.com/topic/282565-move-file-from-server-to-client/#findComment-1451864 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.