UNPKG

ftp-srv-esm

Version:

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

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