MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / connect

Method connect

src/plugins/ftp/index.d.ts:11–11  ·  view source on GitHub ↗
(
    host: string, 
    port: number, 
    username: string, 
    password: string, 
    options: FtpOptions,
    onSuccess: SuccessCallback,
    onError: ErrorCallback
  )

Source from the content-addressed store, hash-verified

9
10interface Ftp{
11 connect(
12 host: string,
13 port: number,
14 username: string,

Callers 3

connectClientFunction · 0.65
connectMethod · 0.65
runMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected