Dynamic per transfer remotes

My use case is with a running rclone daemon (rclone rcd) where I would like to have remotes only exist for the duration of each individual transfer. I know I can create/remove remotes with 'rclone rc config/create' and 'rclone rc config/delete' myself for each transfer but it would be great to be able to specify the remotes in the (json) arguments, so they exist for that transfer request only. Maybe I'm overlooking an existing feature?

It sounds a bit like you want to use the auth proxy which is available for some of the serve commands

https://rclone.org/commands/rclone_serve_webdav/#auth-proxy

That lets you make a remote for every user that authenticates themselves.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.