German-Immersive-Railroading-Community / BackupSystem

File Transfer Protocol (FTP) related module imported BAN-B402
Security
Major
2 years ago2 years old
A FTP-related module is being imported. FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol.
  1import argparse as ap
  2import configparser as cp
  3import ftplib as ftp  4import hashlib as hl
  5import json
  6import logging as lg