FTP Administration with full logging via PHP
Wednesday, September 26th, 2007Why should you read this article : sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes.
What you should know before reading this article : working with classes.
What you will know after reading this article : how to create a class that can be used to easily administrate a FTP connection with a server and log the activity.
Full source code : FTP Administration Source Code (more…)