node-ftp icon indicating copy to clipboard operation
node-ftp copied to clipboard

Error font when recieve data

Open actiontwo opened this issue 7 years ago • 1 comments

    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 } ]

actiontwo avatar Dec 05 '17 14:12 actiontwo

Hi @actiontwo,

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

gdraganic avatar Dec 05 '17 17:12 gdraganic