UNPKG

ftp-srv-u

Version:
12 lines (11 loc) 272 B
module.exports = { directive: 'STRU', handler: function ({command} = {}) { return this.reply(/^F$/i.test(command.arg) ? 200 : 504); }, syntax: '{{cmd}} <structure>', description: 'Set file transfer structure', flags: { obsolete: true } };