1
1
When I'm trying to send files with Chinese characters over ftp, I am getting:
500 ERROR (Internal Server ERROR)
through my backend code; It's working fine for english characters but not for Chinese. What is the best possible way to send those files with Chinese names over FTP? Thanks in advance hope best will come.
Which operating systems on both ends and which ftp products for server and client. – harrymc – 2019-01-30T15:19:30.927
Server deployed on AWS server and for client its windows OS – NEEL KANTH SHARMA – 2019-01-31T08:06:12.283
Chinese-character files should be transferred using binary mode, e.g. per https://www.jscape.com/blog/ftp-binary-and-ascii-transfer-types-and-the-case-of-corrupt-files and many many others.
– Debra – 2019-02-09T00:43:30.510