> fast and simple: scp
> slow and complex: sftp
almost always works: cat, as in:
ssh user at host cat file > file
cat file | ssh user at host cat > file
Need directories?
tar cf directory | ssh user at host tar xvf -
ssh
This isn't particularly new, but it is useful. New stuff comes next week
:-)
Yours Truly,
Dan Kaminsky, CISSP
www.doxpara.com