Nov-04-2017, 11:36 AM
Nov-04-2017, 12:13 PM
OK, what have you tried?
Nov-04-2017, 12:31 PM
from distutils.dir_util import copy_tree
copy_tree("source_path ","destination_path")
This code is working perfectly for local folder but when i am trying to copy folder from server to local then it is not working
copy_tree("source_path ","destination_path")
This code is working perfectly for local folder but when i am trying to copy folder from server to local then it is not working
Nov-04-2017, 12:53 PM