Is it possible to specify the encoding of a file with Paramiko?

前端 未结 0 1116
执笔经年
执笔经年 2021-01-23 05:57

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题