UNPKG

ftp-srv-fix

Version:
12 lines (11 loc) 203 B
module.exports = { directive: 'SYST', handler: function () { return this.reply(215); }, syntax: '{{cmd}}', description: 'Return system type', flags: { no_auth: true } };