(remotePath)
| 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 => { |