Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FtpNest

Hierarchy

Index

Constructors

constructor

  • new FtpNest(e: Environment, host: string, port: number, username: string, password: string, checkEvery: number): FtpNest

Properties

Protected _id

_id: string

Protected _name

_name: string

Protected _tunnel

_tunnel: Tunnel

Protected checkEvery

checkEvery: number

Protected checkEveryMs

checkEveryMs: number

Protected client

client: any

Protected config

config: object

Type declaration

Protected e

Accessors

id

  • get id(): string

name

  • get name(): string
  • set name(name: string): void

tunnel

Methods

arrive

Protected getClient

  • getClient(): any

load

  • load(): void

register

  • register(tunnel: Tunnel): void

take

  • take(job: FileJob, callback: any): void

toString

  • toString(): string

watch

  • watch(): void

Generated using TypeDoc