I\'m trying to read a CSV over SFTP using PySFTP/Paramiko. My code looks like this:
input_conn = pysftp.Connection(hostname, username, password) file = input_conn