Running this NAS on a
Raspberry Pi 4 Model B Rev 1.1
Kernel Linux 6.12.62+rpt-rpi-v8
Also when installing proftpd. It won't create /var/log/proftpd
I've also tested without TLS . FIleZilla logs in with the username.
Cannot create Folder or File
550 New directory: Permission denied
Having trouble getting Proftpd to work.
When using SSL/TLS
Error message - Server sent passive reply with unroutable address. Using server address instead.
Status: Connecting to
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD Server ready.
Command: AUTH TLS
Response: 234 AUTH TLS successful
Status: Initializing TLS...
Trace: TLS Handshake successful
Trace: Protocol: TLS1.2, Key exchange: ECDHE-X25519-ECDSA-SHA256, Cipher: AES-256-GCM, MAC: AEAD, ALPN: ftp
Status: TLS connection established.
Command: USER XXXXXX
Response: 331 Password required for XXXXX
Command: PASS ******
Response: 230-Welcome user XXXXXXX @XXXXX to 127.0.0.1 FTP server. The local time is: Wed Jan 14 12:57:02 2026
Response: 230 User XXXXX logged in
Command: CLNT FileZilla
Response: 200 OK
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Command: PBSZ 0
Response: 200 PBSZ 0 successful
Command: PROT P
Response: 200 Protection set to Private
Status: Logged in
Trace: Measured latency of 137 ms
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode XXXXXXXX
Status: Server sent passive reply with unroutable address. Using server address instead.
Trace: Binding data connection source IP to control connection source IP XXXXXXX
Trace: Trying to resume existing TLS session.
Command: MLSD
Error: Directory listing aborted by user