aggiunti server sftp

This commit is contained in:
2025-11-02 16:33:16 +01:00
parent d865b7daf2
commit b5d3e764e8
15 changed files with 674 additions and 22 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiomysql>=0.2.0",
"asyncssh>=2.14.0", # Required for SFTP server mode
"cryptography>=45.0.3",
"mysql-connector-python>=9.3.0", # Needed for synchronous DB connections (ftp_csv_receiver.py, load_ftp_users.py)
"pyftpdlib>=2.0.1",