rustic icon indicating copy to clipboard operation
rustic copied to clipboard

sftp backend: Cannot specify custom port

Open aawsome opened this issue 1 year ago • 0 comments

Note: In meanwhile, use the following workaround:

[repository]
repository = "opendal:sftp"
password = "mypassword"


[repository.options]
user = "myuser"
endpoint = "host:port"
root = "path/to/repo"

aawsome avatar Feb 04 '24 18:02 aawsome