Python Forum
Create a directory structure across many servers
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create a directory structure across many servers
#1
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
Reply
#2
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  create a default path with idle to a specific directory greybill 0 875 Apr-23-2023, 04:32 AM
Last Post: greybill
  how to manage crypto trading flooding data from exchange servers Mikeardy 0 1,233 Dec-26-2021, 08:31 PM
Last Post: Mikeardy
  Improves performance on socket multi-threaded servers for object detection pennant 1 1,896 Aug-31-2021, 08:43 AM
Last Post: Larz60+
  OOP and module approaches in a simple app monitoring list of servers hjzxxzjcz 1 46,460 Nov-01-2019, 04:30 PM
Last Post: nilamo
  create a new directory if not already exists fioranosnake 1 1,697 Aug-28-2019, 07:26 PM
Last Post: Larz60+
  Alternative for input() suitable for servers winnetrie 4 3,726 Jan-06-2019, 04:54 PM
Last Post: micseydel
  Python Directory and File Create Error basic_learner 1 2,415 Dec-16-2018, 11:03 AM
Last Post: buran
  auto-py-to-exe with unusual directory structure krow4869 3 5,172 Nov-26-2018, 03:48 PM
Last Post: random_nick
  is it possible to run commands on a device which is two servers away from our PC in P Nirosh123 7 4,062 Jun-21-2018, 06:33 PM
Last Post: nilamo
  Windows/DOS python script cannot create a directory name beginning an @ at-sign LucRhan 6 6,041 May-08-2017, 08:03 PM
Last Post: volcano63

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020