Hello.
We are uploading XML file (around 2 MB) via FTP using putFile method, and sometimes XML file is malformed after upload.
That kind of issue can happen when using ASCII transfer mode for non-ASCII files.
Is it possible to set transfer mode when calling putFile?
Thank you!