Python Forum
Copying files from one server to another server folder. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Copying files from one server to another server folder. (/thread-4528.html)



Copying files from one server to another server folder. - naresh - Aug-23-2017

I have folder structure like UAE->List of files and another folder Misc inside UAE(files inside Misc).I have to copy this UAE files to target server UAE folder and Misc files into Misc folder.While copying i have to check whether the folder name is UAE since there can be another folders UK and USA etc.

UAE-> List of files
UAE-> Misc -> List of files


RE: Copying files from one server to another server folder. - Larz60+ - Aug-23-2017

What have you tried so far?