I am wondering how to read and write files to an SFTP server in Python. I tried searching for other Stackoverflow posts, but they all suggested using outdated modules like pysftp, or other modules that rely on pysftp.
Does anyone know any SFTP Modules for Python?