Python Connect over HTTP proxy with pysftp
问题 Currently, I am doing SFTP transfer using Python subprocess.POPEN and PuTTY psftp.exe . It is working, but not really clean nor transportable. I would like to reproduce the same behavior using Python pysftp, but I do not know where to input all the parameters. I have in PuTTY the following configuration: Server IP : 123.123.123.255 Server Port : 22 Connection Type : SSH AutoLogin UserName : MyUser Proxy type : HTTP Proxy Hostname : gw.proxy.fr Proxy port : 1234 Proxy Username : ProxyUser