Archive for December 13th, 2004

getFTPDir, PHP Class that downloads a ftp directory

December 13th, 2004

This little php class connects to a ftp server and downloads an entire directory, including subdirectories.
Useful for syncronizing files between servers, using ftp.

Documentation here.

Download here.

Post suggestions for improvements.