aggiunto server sftp con variabile d'ambiente FTP_MODE
This commit is contained in:
12
.env.example
12
.env.example
@@ -2,7 +2,17 @@
|
||||
# Copia questo file in .env e modifica i valori secondo le tue necessità
|
||||
|
||||
# ============================================================================
|
||||
# FTP Server Configuration
|
||||
# Server Mode Configuration
|
||||
# ============================================================================
|
||||
|
||||
# Server protocol mode: ftp or sftp
|
||||
# - ftp: Traditional FTP server (requires FTP_PASSIVE_PORTS and FTP_EXTERNAL_IP)
|
||||
# - sftp: SFTP server over SSH (more secure, requires SSH host key)
|
||||
# Default: ftp
|
||||
FTP_MODE=ftp
|
||||
|
||||
# ============================================================================
|
||||
# FTP Server Configuration (only for FTP_MODE=ftp)
|
||||
# ============================================================================
|
||||
|
||||
# Porta iniziale del range di porte passive FTP
|
||||
|
||||
Reference in New Issue
Block a user