79721467

Date: 2025-07-31 14:53:14
Score: 1.5
Natty:
Report link

This is due to a missing feature in Python's ftplib. An issue was reported long ago: https://github.com/python/cpython/issues/63699#issuecomment-2122745826

There you will find workarounds that work for modern versions of Python. It's mostly about sub-classing FTP_TLS.

See this comment for example: https://github.com/python/cpython/issues/63699#issuecomment-2871986658

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nicolas Delvaux