```python op = opendal.Operator(scheme="sftp", endpoint="192.168.1.100:10240", user="root", key="~/.ssh/id_rsa") ``` Using the custom port `10240` looks invalid.
Using the custom port
10240looks invalid.