Does anyone know a script that takes in a directory with a bunch of folders in it. Organizes the folders in alphabetical order and renames them like c001, c002.
i think you will need to go step by step . - log to ftp using php - do a sort - loop -> bool rename ( string oldname, string newname [, resource context] ) rename("old_name", "new_name");