UNPKG

@dominiek/ftp-srv

Version:

Modern, extensible FTP Server

12 lines (11 loc) 186 B
module.exports = { directive: 'NOOP', handler: function () { return this.reply(200); }, syntax: '{{cmd}}', description: 'No operation', flags: { no_auth: true } };