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

Method uploadFile

src/plugins/ftp/index.d.ts:50–50  ·  view source on GitHub ↗
(
    id: string, // connection id
    localPath: string,
    remotePath: string,
    onSuccess: SuccessCallback,
    onError: ErrorCallback,
  )

Source from the content-addressed store, hash-verified

48 onError: ErrorCallback,
49 ): void;
50 uploadFile(
51 id: string, // connection id
52 localPath: string,
53 remotePath: string,

Callers 2

writeFileMethod · 0.65
createFileMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected