Skip to content
transform

Move file (FTP)

Moves the given file at the end of the stream processing and forwards any incoming data.

From barnard59-ftp · v2.2.0

Reference

Identifier
https://barnard59.zazuko.com/operations/ftp/moveView as Turtle ↓
Module
barnard59-ftp/move.js
Export
default
Stream
Readable and writable — reads the stream and passes it on
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/move.js#default>
  ] .

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