tar czf - files/ | ssh whatever.com "cd /path/to/; tar xzvf - "
ssh whatever.com "cd /path/to/; tar czf - files/" | tar xzvf -
tar czf - files/ | ssh whatever.com "cd /path/to/; tar xzvf - "
ssh whatever.com "cd /path/to/; tar czf - files/" | tar xzvf -