have you looked at scp, its about of the ssh suite of programs
should look something like
scp user@host:/path/file .
and of course it will use your key authentication if you're using it and encrypt using the same encryption as if you where starting a ssh shell
|