I need a python client to do FTPES (explicit), does anyone has experience with any python package that can do this.
I am not able to do this in python, but can conne
Standard ftplib does contain everything you need for ftpes (ftps explicit) connection. I didn't find easy way to make implicit connections.
See: http://docs.python.org/2/library/ftplib.html#ftplib.FTP_TLS