UNPKG

ftp-srv-esm

Version:

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

11 lines (9 loc) 259 B
import list from './list.js'; export default { directive: 'NLST', handler: function (args) { return list.handler.call(this, args); }, syntax: '{{cmd}} [<path>]', description: 'Returns a list of file names in a specified directory' };