Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JsFTPClient

Hierarchy

Index

Constructors

constructor

Properties

Protected _connection

_connection: any

Protected _context

_context: DeployContext

Accessors

connection

  • get connection(): any

context

Methods

connect

cwd

  • cwd(dir: string): Promise<string>

end

  • end(): Promise<boolean>

execute

  • execute(cmd: string): Promise<any>

executeCommands

get

  • get(file: string): Promise<Buffer>

getFileInfo

  • getFileInfo(file: string): Promise<FileInfo>

mkdir

  • mkdir(dir: string): Promise<string>

put

  • put(file: string, data: Buffer): Promise<Buffer>

Generated using TypeDoc