(
id: string, // connection id
localPath: string,
remotePath: string,
onSuccess: SuccessCallback,
onError: ErrorCallback,
)
| 48 | onError: ErrorCallback, |
| 49 | ): void; |
| 50 | uploadFile( |
| 51 | id: string, // connection id |
| 52 | localPath: string, |
| 53 | remotePath: string, |
no outgoing calls
no test coverage detected