Teshi's think log
  • Home
  • who am i
Sign in Subscribe

FTP

네트워크 스위치 장비 설정 정보 주기 백업을 위한 스크립트

네트워크 스위치 장비 설정 정보를 주기적으로 백업하기 위해서 아래와 같이 간단한 python 스크립트를 작성하였다. import sys, os, time, telnetlib # LOGIN 정보 LOGIN_NAME = '##########' LOGIN_PASS = '##########' # 설정 접근 패스워드 ENABLE_PASS = '##########' date_info = time.strftime("%Y%m%d", time.localtime()) base_path = '
Wonchul Kang 09 12월 2020

Subscribe to Teshi's think log

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Teshi's think log © 2026. Powered by Ghost