()
| 1100 | protected readonly commandPrefix: string = "SSH"; |
| 1101 | |
| 1102 | protected getBasePath(): string { |
| 1103 | return this.config.srcBaseDir; |
| 1104 | } |
| 1105 | |
| 1106 | protected quoteForRemote(filePath: string): string { |
| 1107 | return expandTildeForSSH(filePath); |
no outgoing calls
no test coverage detected