How to copy all my files/folders from mysiteA.com server to mysiteB.net server by ftp or other way?

Hi folks I m new here, before install RCLONE (win10 x64 version) i need to know if it can help me.

I'm looking for copy ALL my files/folders from webserver A to webserver B directly, may RCLONE help me in this? How?

In past i've done this using Filezilla_ftp, BUT I had to do copy my files from mywebserverA to my PC and again copy/move from my PC to mywebserverB

There is a way to copy directly from MyA to MyB?

Thank you very much for all help, reply, suggestions, videotutorial you'll share in order to reach this target :slight_smile:

Truly directly can be only done if you can run rclone (or filezilla or anything) on one of the servers (A or B). Otherwise all files have to travel to machine C where you run your copier software.

However, using rclone you do not have to download all content of A to machine C first. Transfer can happen "on the fly" without using any disk space (but some small buffers/caches depending on protocol used).

What you need is both A and B support some access method rclone understands (does not have to be the same). Then simply you can run:

rclone copy remoteA:path/to/source remoteB:path/to/target