0

I wanted to connect to a remote server in python I had done it using paramiko library. Now from the remote server I have to connect to an another server using an sftp connection for checking the directories present in that server.

How can I accomplish this using python?.

  • Take a look at [How to create a SSH tunnel using Python and Paramiko?](https://stackoverflow.com/q/8169739/11542834) and [Paramiko's SSHClient with SFTP](https://stackoverflow.com/questions/3635131/paramikos-sshclient-with-sftp) – Dash Nov 26 '22 at 05:29

0 Answers0