How to use the basic-ftp.parseList function in basic-ftp

To help you get started, we’ve selected a few basic-ftp examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github qusly / qusly-core / src / models / client.ts View on Github external
        return list.map(file => formatFile(parseList(file.longname)[0]));
      } else {

basic-ftp

FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.

MIT
Latest version published 2 months ago

Package Health Score

88 / 100
Full package analysis