UNPKG

@alancnet/ftp-srv

Version:

Modern, extensible FTP Server

12 lines (11 loc) 223 B
module.exports = { directive: 'ALLO', handler: function () { return this.reply(202); }, syntax: '{{cmd}}', description: 'Allocate sufficient disk space to receive a file', flags: { obsolete: true } };