Skip to content
source

Read file (FTP)

Reads the given file.

From barnard59-ftp · v2.2.0

Reference

Identifier
https://barnard59.zazuko.com/operations/ftp/readView as Turtle ↓
Module
barnard59-ftp/read.js
Export
default
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-ftp

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-ftp/read.js#default>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.