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

Method createFile

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

Source from the content-addressed store, hash-verified

73 onError: ErrorCallback,
74 ): void;
75 createFile(
76 id: string, // connection id
77 remotePath: string,
78 onSuccess: SuccessCallback,

Callers 15

index.jsFile · 0.65
ensureEntryFunction · 0.65
FileBrowserIncludeFunction · 0.65
copyEntryFunction · 0.65
renameFileFunction · 0.65
listAllStoragesFunction · 0.65
createDirFunction · 0.65
addSftpFunction · 0.65
sendFileFunction · 0.65
LoggerClass · 0.65
editorFile.jsFile · 0.65
saveFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected