Hi, My aim is to compare two directories on different servers, whereas one is the FTP'ed "copy" of the other, by checking whether both directories are of exactly the same size. I tried to accomplish that with Filesys::DiskUsage, but unfortunately the two dirs are always of different size because the ".." differs. Also, I couldn't find a way to restrict the 'du' only to certain files In the dir (e.g. du $dir/*.Z), obviously it works with dirs only...!?
Any hints appreciated :-) Kind regards, Nora