Skip to content

Instantly share code, notes, and snippets.

View PapyPev's full-sized avatar

PapyPev

  • France
View GitHub Profile
@PapyPev
PapyPev / ftps.py
Created December 15, 2022 09:33
Connect and retrieve files from an FTPS server
# coding=utf-8
# =============================================================================
# imports
# =============================================================================
import ftplib
import ssl
# =============================================================================