Some use of ftplib is properly secure. See https://docs.python.org/2/library/ftplib.html Specifically using ftplib.FTP_TLS mode is okay, where as ftplib.FTP is not.