UNPKG

@dominiek/ftp-srv

Version:

Modern, extensible FTP Server

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