MCPcopy
hub / github.com/electerm/electerm / mkdir

Method mkdir

src/app/server/session-ftp.js:183–186  ·  view source on GitHub ↗
(remotePath)

Source from the content-addressed store, hash-verified

181 }
182
183 async mkdir (remotePath) {
184 await this.withOperationClient(client => client.ensureDir(remotePath))
185 return 1
186 }
187
188 async stat (remotePath, client) {
189 return this.withOperationClient(async currentClient => {

Callers 9

ftp.spec.jsFile · 0.45
createTestFilesFunction · 0.45
createTestFilesFunction · 0.45
TransportActionClass · 0.45
cpRecursiveFunction · 0.45
handleWindowsDriveFunction · 0.45
appendKnownHostFunction · 0.45

Calls 2

withOperationClientMethod · 0.95
ensureDirMethod · 0.80

Tested by 2

createTestFilesFunction · 0.36
createTestFilesFunction · 0.36