mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 246 forks source link

Error font when recieve data #209

Open actiontwo opened 6 years ago

actiontwo commented 6 years ago
    name: 'Ãnh Nắng Của Anh - Anh Tú - Tập 12 The Voice - Giá»ng Hát Viá»t 2017.mp4',
    target: undefined,
    sticky: false,
    rights: { user: 'rwx', group: 'rwx', other: 'rwx' },
    acl: false,
    owner: '6150',
    group: 'ftpgroup',
    size: 191707330,
    date: 2017-12-04T23:33:00.000Z } ]
gdraganic commented 6 years ago

Hi @actiontwo,

Try this: new Buffer(item.name, 'ascii').toString()