Searched defs:uploadFile (Results 1 – 1 of 1) sorted by relevance
108 protected async uploadFile(srcPath: string, destPath: string): Promise<void> { method in AFCClient168 const uploadFile = (tries = 0) => { constant