For moving file over ssh w/o scp/rsync/sftp: tar cf - (dir|file) | ssh user@host tar xf - -C dest