Nov-05-2019, 10:51 AM
I have a text file WITH 7 servers as below
ABCD
EFFG
IJKL
MNOO
QRST
UBVW
XYZZ
I need to connect to each of these servers and
Create a directory structure similar to this
E:\Data\Dumps in all the above servers.
How do I achieve this in python
Thanks
ABCD
EFFG
IJKL
MNOO
QRST
UBVW
XYZZ
I need to connect to each of these servers and
Create a directory structure similar to this
E:\Data\Dumps in all the above servers.
How do I achieve this in python
Thanks