Categories
PHP

Pen Drive Content Copier with PHP: The Source Code

Nothing much to say. I am writing a PHP program that is intended to monitor for the availability of a directory and copy all data of that directory into another directory. It still needs huge improvements, testing and bug fixing. It was really fun coding it! 😀

Feel free to play with the codes and drop me a few lines if you have something to say ! 😀

Here’s the source code:

3 replies on “Pen Drive Content Copier with PHP: The Source Code”

Well i am just too naive to use the program.

However, enlighten me informing the way to make it useful.

Cheers !

I think this would be better (and shorter) as a bash script but anyway, I’d suggest using sleep() in your while loop so it isn’t constantly polling.

Interesting idea, though!

Comments are closed.