How to transfer lots of files?
I want to transfer a big amount of files from one server to another.The structure:
Main
-- Sub
------- Sub
------------ File
------------ File
------- Sub
------------ File
------------ File
------------ File
------------ File
-- Sub
------- Sub
------------ File
------------ File
------- Sub
------------ File
------------ File
------------ File
------------ File
I need to keep the same structure of files on other server. All file use around 25 GB
Is it possible to make that kind of transfer smooth and easy?
Thanks