FTPES - FTP over explicit TLS/SSL in Python

后端 未结 4 673
一个人的身影
一个人的身影 2020-12-03 01:54

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

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-03 02:27

    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

提交回复
热议问题