Python Forum
Assistance with Python Network script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assistance with Python Network script
#3
Hi, you can add this on the second code to pullout the list of the IP addresses.

####OPEN IPADD TXT
fname = r"ipadd.txt"
file = open(fname,'r')
teststr = file.read()
##print ("LIST OF ADDRESSES\n",teststr)
Reply


Messages In This Thread
Assistance with Python Network script - by cscecela - Feb-14-2019, 01:56 PM
RE: Assistance with Python Network script - by searching1 - Feb-24-2019, 01:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why Python for Network Programming ashilnayak2 1 2,478 May-18-2020, 09:20 AM
Last Post: DeaD_EyE
  A virtual network to use with python to learn about networking with python? marienbad 0 2,356 Feb-11-2019, 09:20 PM
Last Post: marienbad
  Batch network configuration/ verification task using Python anonyfate 1 3,161 Jul-03-2018, 04:30 AM
Last Post: buran
  How to direct python to use a specific network adapter? ormesome 9 10,929 Nov-08-2017, 06:42 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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