Added a comment: Re: rclone remote config in special remote

This commit is contained in:
matrss 2024-10-22 14:13:53 +00:00 committed by admin
parent 3bbad88314
commit d33e4c8435

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="matrss"
avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de"
subject="Re: rclone remote config in special remote"
date="2024-10-22T14:13:53Z"
content="""
Rclone has something called \"connection strings\" (<https://rclone.org/docs/#connection-strings>), which can make a separate rclone configuration unnecessary. E.g. you can use `rclone ls :sftp,host=hostname:path/to/dir` to `ls` a sftp remote without first setting it up in the config.
It might be possible to set such a connection string as the remote name in the special remote to avoid a separate rclone config, but I haven't actually tried it out.
"""]]