I'm developing ftp client in python ftplib. How do i add proxies support to it (most ftp apps i seen seem to have it)? I'm especially thinking about socks proxies, but also other types... ftp, http (is it even possible to use http proxies with ftp program?)
Any ideas how to do it?