To transfer files via tar/ssh, do the following:
$ tar cvjf - * | ssh user@remote "(cd /desired/path; tar xjf -)"