yusfad1 opened a new issue, #5183:
URL: https://github.com/apache/opendal/issues/5183
### Describe the bug
I tried to connect to an ftp server using apache opendal version `0.45.10`
but it seems that the FTP scheme still not supported in the python binding
### Steps to Reproduce
I tried to connect to the server using the Operator from Opendal:
```
from opendal import Operator
op = Operator(scheme="ftp", endpoint="...", user="...", password="..")
```
I got this error:
```
---------------------------------------------------------------------------
UnsupportedError Traceback (most recent call last)
----> [1]( op = Operator(scheme="ftp", endpoint=".....", user="....",
password="....")
UnsupportedError: Unsupported (permanent) at , context: { scheme: ftp } =>
scheme is not enabled or supported
```
### Expected Behavior
Should connect successfully to an FTP server
### Additional Context
_No response_
### Are you willing to submit a PR to fix this bug?
- [ ] Yes, I would like to submit a PR.
--
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]