use the ftp package of nodejs to upload a pdf file containing Chinese to the server, and the open file is garbled.
c.put(filepath, dir + day + "/" + fileName, function (err) {
console.log("upload err", err);
// if(!err){
// fs.unlinkSync("./../uploads/" + fileName)//
// }
c.end();
});
is there any way to deal with it?