Hi, I think that cURL would do the job, starting the transfer with curl_init ,curl_setopt and curl_exec then you can get the info about the download with curl_getinfo Also take a look at the other curl functions, and have a look at the curl_setopt function page, as there are a lot of options that can be set. cURL: http://www.php.net/curl Hope this is what you need. Tijnema On 3/8/07, Skip Evans <skip@xxxxxxxxxxxxxxxxx> wrote:
Hey all, I have a need to monitor a download from the server to the client's machine. I'm not familiar with any mechanisms for doing so. If anyone has any hints to point me towards I'll get a' researching. -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-2240 http://bigskypenguin.com =-=-=-=-=-=-=-=-=-= Check out PHPenguin, a lightweight and versatile PHP/MySQL development framework. http://phpenguin.bigskypenguin.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php