UNPKG

ftp-srv-esm

Version:

Modern, extensible FTP server (daemon) for Node.js with ESM support. Based on ftp-srv.

12 lines (11 loc) 205 B
export default { directive: 'NOOP', handler: function () { return this.reply(200, 'Zzz...'); }, syntax: '{{cmd}}', description: 'No operation', flags: { no_auth: true } };