silver-ymz commented on issue #2643: URL: https://github.com/apache/incubator-opendal/issues/2643#issuecomment-1635644614
`SCP` is designed for single file transfers, which doesn't maintain a continuous interactive session like `SFTP`. As result, it will exist following problems. - We must build `SCP` session for each transfer. Although `openssh` provides ControlMaster feature to reduce the cost of building ssh session, `SCP` performance will be much lower than `SFTP` - `SCP` doesn't support transferring ranges of data within a file or metadata. We can only implement basic read/write operation. I'd like to complete this feature. However, I am currently undergoing military training at school. Maybe, I can begin to complete it in next weekend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
