Message315875
I can not reproduce this issue on Python 3.8.0a0 with OpenSSL 0.9.8zh 14 Jan 2016 and OpenSSL 1.0.2o 27 Mar 2018
import ssl
import ftplib
print(ssl.OPENSSL_VERSION)
ftps = ftplib.FTP_TLS('test.rebex.net', timeout=2)
ftps.ssl_version = ssl.PROTOCOL_TLS
ftps.login('demo','password')
ftps.prot_p()
ftps.set_pasv(True)
ftps.dir()
ftps.nlst()
ftps.retrlines('LIST') |
|
| Date |
User |
Action |
Args |
| 2018-04-29 01:22:21 | corona10 | set | recipients:
+ corona10, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, Matthieu Pepin, jonathan-lp |
| 2018-04-29 01:22:21 | corona10 | set | messageid: <1524964941.46.0.682650639539.issue31727@psf.upfronthosting.co.za> |
| 2018-04-29 01:22:21 | corona10 | link | issue31727 messages |
| 2018-04-29 01:22:20 | corona10 | create | |
|