
December 3rd, 2003, 01:57 PM
|
|
Junior Member
|
|
Join Date: Feb 2003
Location: Napa Valley, CA
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
FTP download
Hi,
I have a site with an page for downloading large (25meg+) .tar & .zip files.
I want to be able to detect which registered users (registered user have a cookie) have successfully download these files.
I'm assuming that I will need to handle the entire FTP transaction with PHP so I can detect when the process finishes and the file is closed out, so I can then write to a log - a flat file on the server - and to the cookie, that the download completed succcessfully.
I don't believe this server has the PHP FTP extension installed, so is there some way to do this task without it? Thanks for any snips or advice.
Chas
|