Alireza

Results 2 comments of Alireza

I have had the same problem. [https://stackoverflow.com/questions/72909624/multer-corrupts-utf8-filename-when-uploading-files](https://stackoverflow.com/questions/72909624/multer-corrupts-utf8-filename-when-uploading-files)

I commented it out and it worked successfully. simple-ftpd/lib/requests/list.js ```javascript // if (this.dataEncoding !== 'utf8') { // return this.respond(550, 'data encoding must be set to utf8 for listing') // }...