Skip to content

Instantly share code, notes, and snippets.

@Jwely
Jwely / download_ftp_tree.py
Last active November 14, 2025 02:52
recursive ftp directory downloader with python
import ftplib
import os
import re
"""
MIT license: 2017 - Jwely
Example usage:
``` python
import ftplib