Hello,
when configuring the pasv_min_port / pasv_max_port for vsftp service using liveconfig (1.6.4-2480) inside:
/etc/vsftpd/vsftpd.conf
the values are written like this:
pasv_min_port xxxxx
pasv_max_port yyyyy
This failes dued to the missing "="
-> Starting vsftpd for vsftpd: 500 OOPS: missing value in config file for: pasv_min_port 21000
Should look like this:
pasv_min_port=xxxxx
pasv_max_port=yyyyy
Rolfe