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.