Hi folks,
I'm using the udf #include <FTPEx.au3> to "download" some files from our zOS (MVS) system via autoit FTP with _FTP_FileGet.
The FileGet works, but the codepage is wrong. Special German chars like öäüß are not transfered correctly.
Any idea how to set the codepage? Swichting between binary or ascii doesn't solve the problem.
Using the ftp command in a cmd.exe window it works like this : quote site sbd=(IBM-273,iso8859-1)
Thanks
Mega