Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FTPContext

Hierarchy

Index

Properties

client

The underlying client.

getDir

getDir: function

Returns the "real" path of a sub directory.

param

The sub directory.

returns

The "real" path.

Type declaration

    • (subDir: string): string
    • Parameters

      • subDir: string

      Returns string

Optional getExportPath

getExportPath: function

Returns the "real" path of a sub directory, which can be exported.

param

The sub directory.

returns

The "export" path.

Type declaration

    • (subDir: string): string
    • Parameters

      • subDir: string

      Returns string

target

target: FTPTarget

The underlying target.

Generated using TypeDoc