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).
Comment on
Re: moving files via ssh
In Section
Seekers of Perl Wisdom