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?.