I need to connect to FTPS with Python to download a CSV file. I need to use implicit FTP over TLS which was the successful configuration that worked with FileZilla. When using ftplib, ftputil or paramiko (on the same laptop and network), I am not able to connect to the server. I am getting EOF error or Connection Reset error.
When I enabled ftplib.FTP_TLS.debugging = 2, I get
*get* ''
as output