This commit is contained in:
Baobhan Sith
2025-05-10 14:54:21 +08:00
parent 65f208c407
commit b1865b72da
4 changed files with 0 additions and 10 deletions
@@ -619,9 +619,6 @@ export class SftpService {
}
}
// TODO: Implement file upload/download logic with progress reporting
// async uploadFile(...)
// async downloadFile(...)
/** 获取路径的绝对表示 */
async realpath(sessionId: string, path: string, requestId: string): Promise<void> {