Please let me know how do I use paramiko module to transfer files between two remote hosts.
I have seen that 'get' method will get the files from remote host to local host. 'put' method will put the local files to some remote host.
Is there any method that combines 'get' and 'put' methods i.e.get files from remote host and put it in remote host. This request will get initiated from localhost.