Monday, 15 February 2010

How to Check with PHP if someone is uploading something on my FTP server -



How to Check with PHP if someone is uploading something on my FTP server -

i hâve users sending files on ftp server. processing files @ midnight batch wise. before launching php script want create sure there nobody uploading @ time. possible check using php?

you can utilize cron job create file upload of each date @ 12:00:00, , batch process contents of file few minutes later (to give uploading files time process).

then files next day go own folder.

php ftp

No comments:

Post a Comment