in reply to moving files via ssh

Two things (that can help): scp (command similar to unix rcp, and cp, but working with the SSH protocol), and rsync (which can synchronize directories over SSH).