I'm trying to transfert a text file (Ascii mode so) from an AS400 to a PC with VB.net and edtFTPNet 1.1.3.When the text file to transfer contain an accent (
I've found one solution to my problem. I'm now using the get method with the array of byte, and I've wrote a little sub to write the array to disk as text file (convert each ascii code to character).I'not using any fileParser.St