@prefix code: <https://code.described.at/>.
@prefix p: <https://pipeline.described.at/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

<https://barnard59.zazuko.com/operations/ftp/list> a p:Operation, p:ReadableObjectMode;
  rdfs:comment "Lists all files in the given FTP folder.";
  rdfs:label "List files (FTP)";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-ftp/list.js#default>
    ].
