Marcos Vinicios de Carvalho
07/26/2022, 3:46 PMDavid B
07/29/2022, 3:24 AMN/sftp.Connection.download()
to get a file.File
. You could try checking/changing the encoding
property of the file
See:
NS Help: file.Encoding (enum)
NS Help: File.encoding (file.File prop)Marcos Vinicios de Carvalho
08/01/2022, 7:15 PMdownloadedFile.Encoding = file.Encoding.ISO_8859_1;
Marcos Vinicios de Carvalho
08/01/2022, 7:17 PMDavid B
08/01/2022, 8:58 PM