Archive for June 5th, 2008


5Jun2008

I recently had the need to be able to monitor a directory on an FTP server for changes and to then be notified of those changes. I’ve been working a lot in PHP lately so I decided to use that to implement my script.
FTP Access
FTP (file transfer protocol) access in PHP is a breeze. It’s [...]