I am trying to recursively copy dir 's from one machine to another...
I issue the command from the old itappstage machine Scp -p -r weblogic [EMAIL PROTECTED]:/opt ....what is the best way to check if the no of files in the new machine matches the one with the old..... Eager to