This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonathan-lp
Recipients christian.heimes, jonathan-lp, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-10-11.17:32:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507743121.5.0.213398074469.issue31727@psf.upfronthosting.co.za>
In-reply-to
Content
Just tested this with Python 3.7.0a1. I'm afraid it makes no difference. Exact same error:

*cmd* 'LIST'
*put* 'LIST\r\n'
*get* '150 Accepted data connection\n'
*resp* '150 Accepted data connection'
Traceback (most recent call last):
  File "c:\backup_script.py", line 385, in run_ftps
    ftps.dir()
  File "c:\Python37\lib\ftplib.py", line 575, in dir
    self.retrlines(cmd, func)
  File "c:\Python37\lib\ftplib.py", line 485, in retrlines
    conn.unwrap()
  File "c:\Python37\lib\ssl.py", line 1059, in unwrap
    s = self._sslobj.unwrap()
  File "c:\Python37\lib\ssl.py", line 706, in unwrap
    return self._sslobj.shutdown()
OSError: [Errno 0] Error
History
Date User Action Args
2017-10-11 17:32:01jonathan-lpsetrecipients: + jonathan-lp, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower
2017-10-11 17:32:01jonathan-lpsetmessageid: <1507743121.5.0.213398074469.issue31727@psf.upfronthosting.co.za>
2017-10-11 17:32:01jonathan-lplinkissue31727 messages
2017-10-11 17:32:01jonathan-lpcreate