Searched refs: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) => { constant171 .uploadFile(filePath, remotePath)185 uploadFile(tries++);194 uploadFile();199 pendingFileUploads.push(uploadFile);