I have in my pure-ftp.config
Have also tried the above config with ForcePassiveIP ~ as in the docs
And the range allowed in CSF TCP IN 49152:65534
If I try to connect FTPS and specify a port in that range it always gets refused.
I can connect on port 21.
What do I need to do so my requests on a specific port other than 21 will be allowed?
Code:
# Port range for passive connections - keep it as broad as possible.
PassivePortRange 49152 65534
# Force an IP address in PASV/EPSV/SPSV replies. - for NAT.
# Symbolic host names are also accepted for gateways with dynamic IP
# addresses.
ForcePassiveIP 192.168.0.1
#ForcePassiveIP ~
And the range allowed in CSF TCP IN 49152:65534
If I try to connect FTPS and specify a port in that range it always gets refused.
I can connect on port 21.
What do I need to do so my requests on a specific port other than 21 will be allowed?