Xuanwo commented on PR #5213: URL: https://github.com/apache/opendal/pull/5213#issuecomment-2425100171
> 1. I also found the underlying crate `suppaftp` supports async. I want to support it. This might be a breaking change for FTP service. Do you consider support async for ftp? Hi, ftp already supported async: https://github.com/apache/opendal/blob/6e0508d3451a48946a61722baef068953d28a336/core/src/services/ftp/backend.rs#L333-L338 Is this what you mean? > 2. I also see sftp implementation uses another crate openssh_sftp_client. I'm not sure what this means. Are you attempting to use `suppaftp` to connect to an SFTP server? --- Welcome to the start of our discussion. I'm willing to delve deeply into this topic with you. I believe PR comments are not the appropriate place for this. -- 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]
