Options
All
  • Public
  • Public/Protected
  • All
Menu
// Example - Download By FtpSource
const fs = new FtpSource({
 host: "127.0.0.1",
 path: "/source-ftp-test.dict",
 port: 21
});
const writer = new FileSource().createWritableStream({path: "/home/work/a.log"});
fs.createReadableStream().pipe(writer);

Hierarchy

Index

Constructors

constructor

Methods

createReadableStream

createWritableStream