Serve files in 2 remotes

What is the problem you are having with rclone?

Serve files between 2 remotes

Run the command 'rclone version' and share the full output of the command.

rclone v1.66.0
  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-29-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

ftp servers and a ubuntu server

Here is the problem:
Hello guys.
i have 2 remotes A & B (both ftp). A is 2 TBs and B is only 25 GBs. and a middle server which i use for running rclone.
i want to show remote A files in B.I can't copy files which is obvious because of size. was thinking is there any way to list file names on B and when i click on it, it usees middle server to copy file from A to B on demand ?

it is possible ?

thanks.

And what is the issue you are trying to solve? Can you explain maybe showing some example what you want to do and what does not work? If you want to use files from A just use A - why you want to use B to access A?

Remote A is limited by my isp. and B is so much faster.

Then mount it with full cache mode:

rclone mount A: /path/to/mount/point --vfs-cache-mode full

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