UNPKG

@alancnet/ftp-srv

Version:

Modern, extensible FTP Server

11 lines (9 loc) 214 B
const stor = require('./stor').handler; module.exports = { directive: 'APPE', handler: function (args) { return stor.call(this, args); }, syntax: '{{cmd}} <path>', description: 'Append to a file' };