You could also check out paramiko. There's no scp module (yet), but it fully supports sftp.
There's a sample scp module in the mailinglist
[EDIT] Sorry, missed the line where you mentioned paramiko. The following module is simply an implementation of the scp protocol for paramiko. If you don't want to use paramiko or conch (the only ssh implementations I know of for python), you could rework this to run over a regular ssh session using pipes.
http://www.lag.net/pipermail/paramiko/attachments/20080730/931f2fb9/attachment.bin
The listserver scrubbed the attachment, so just rename it 'scp.py.gz'
