Does anyone know of a way in CoreFTP or another program that will dump the entire list of folders and files along with its CHMOD permissions?
The idea is to have a backup list of files and permission so I know what I had versus what the server thinks I had. Then I can change it back as needed.
I am think something like this....
777 /folder1
775 /folder1/myfile
700 /folder2
700 /folder2/subfolder
666 /folder2/subfolder/myfile
...


Thanks for reading my post.