Python Forum

Full Version: Create a directory structure across many servers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Do you know python?
if not, start by taking a python tutorial.
suggest:
https://runestone.academy/runestone/book...index.html
and/or
https://www.python-course.eu/python3_course.php

if so, start by reading: https://docs.python.org/3.8/howto/sockets.html