Hi,
I purchased and installed CSF and now I am facing issue with my ftp connection, FTP gets connected but files do not get uploaded and show no progress, says 0%. I turned off firewall and its now working.
Can anyone help me please?
FTP File Upload issue after CSF installation
Re: FTP File Upload issue after CSF installation
Hi - Have you set a custom FTP port? - make sure it is unblocked in the IPv 4 ports section of CFS - Otherwise make sure port 21 is listed in your allow ports fields.
My default install has port 21 listed in all the below.
1) Allow incoming TCP ports
2) Allow outgoing TCP ports
3) Allow incoming UDP ports
4) Allow outgoing UDP ports
My default install has port 21 listed in all the below.
1) Allow incoming TCP ports
2) Allow outgoing TCP ports
3) Allow incoming UDP ports
4) Allow outgoing UDP ports
Re: FTP File Upload issue after CSF installation
Try also allowing passive mode through the firewall.
This means adding port range 30000:35000 to TCP_IN but also changing the configuration of the ftp server:
PureFtpd:
PassivePortRange 30000 35000
ProFtpd:
PassivePorts 30000 35000
This means adding port range 30000:35000 to TCP_IN but also changing the configuration of the ftp server:
PureFtpd:
PassivePortRange 30000 35000
ProFtpd:
PassivePorts 30000 35000