Hi, I made a php script that check If a ftp is up and running and if a specific path exists.
Now I want to check If their any files in this directory and in the subdirectories and I want to check if the size of them is bigger than $x.
I tried to write a script which counts the size of the dir and all subdirs, but I failed 🙁
Do you know a function which could do this for me?
Thx!