in reply to Recursive Directory Comparison and Export Differences

I wrote diff-servers.pl - Diff directory trees across machines for that task. In the end, it isn't a hard task if you leverage some existing modules like Algorithm::Diff and Net::Ssh2, but I'm not aware of an all-in-one module that does file tree diffing.

  • Comment on Re: Recursive Directory Comparison and Export Differences