RClone API to get File from sFTP

Hello Team

Do we have an RClone API which the caller can use to get a file from an sFTP Location as Response of the API Call.
Meaning

Caller --> RClone API --> sFTP
Caller <-- Response File <-- sFTP

The Response of the API should contain the actual File

Rakesh

Your question is very vague but I think you should look at the two below approaches:

  1. rc interface - Remote Control / API

  2. librclone - https://github.com/rclone/rclone/tree/master/librclone

API certainly tha I can use (rc interface). Question throuhg an RClone API call can I get a File from an sFTP Server

Yes. Create sftp remote and access it using API of your choice.

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