I tried this... but I can only make it work if I set it to 444
not if I set it to say 5040
here is my settings:
[HighPriority_Device]
Host = 0.0.0.0
Ports = 80,443
snip...
[bbb-FTP_Service]
Type = FTP
Listen_Device = HighPriority_Device
Port = 5040
Description = xxx
MaxUsers = 25
Encryption = TLS
Allowed_Users = *
Req_Encrypted_Auth = !*
Req_Encrypted_Data = !*
Certificate = ..\etc\ioFTPD-rsa.pem
;Get_External_Ident = TRUE
;Data_Devices =
;Random_Devices =
|