Hello, Is it possible to use paramiko to transfer a file between two remote servers? Scp supports this but I could not get it to work with non-standard ssh ports (not 22). Like:
scp [email protected]:/over/here/xyz.tgz [email protected]:/some/dir/ This doesn't respect the -P flag for the port. So I'm trying to figure out if paramiko can help me transfer a file between two remote servers without doing the transfer locally first. Thanks for your help, Milan _______________________________________________ paramiko mailing list [email protected] http://www.lag.net/cgi-bin/mailman/listinfo/paramiko
