In ftpUtilities.py file, there is ftp.password = hash.hexdigest(). You should replace hash.hexdigest() with password. That’s all you need. Nothing else. Use normal ftp:// port 21 not sftp://
Works for me in Ubuntu 22.04
In ftpUtilities.py file, there is ftp.password = hash.hexdigest(). You should replace hash.hexdigest() with password. That’s all you need. Nothing else. Use normal ftp:// port 21 not sftp://
Works for me in Ubuntu 22.04