Hi,
I have a php script that uses curl to download a remote file.
Let's say I have two servers: a and b. And the script file name is curl_download.php on the a server.
When I access curl_download.php?filename=something, it promtes browser's download window.
Am I using bandwith on server a or b? or both?
I assume both, but I am not sure.