Search found 3 matches

by benitomdq
05 Jul 2024, 00:24
Forum: General Discussion (csf)
Topic: Can't upload files with FTP Active mode if CSF is enabled
Replies: 2
Views: 5990

Re: Can't upload files with FTP Active mode if CSF is enabled

I fix this problem adding this to /etc/csf/csf.allow

tcp|out|s=20|s=SERVER_IP # active ftp port

Not sure if this will be insecure.
by benitomdq
03 Jul 2024, 23:47
Forum: General Discussion (csf)
Topic: Can't upload files with FTP Active mode if CSF is enabled
Replies: 2
Views: 5990

Re: Can't upload files with FTP Active mode if CSF is enabled

Hello! I found that we are blocking our customer FTP but I don't know why. Jul 3 19:33:16 rivendell kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=SERVER_IP DST=FTPCLIENT_IP LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=11004 DF PROTO=TCP SPT=20 DPT=60028 WINDOW=29200 RES=0x00 SYN URGP=0 UID=0 GID=0 Jul...
by benitomdq
01 Jul 2024, 23:12
Forum: General Discussion (csf)
Topic: Can't upload files with FTP Active mode if CSF is enabled
Replies: 2
Views: 5990

Can't upload files with FTP Active mode if CSF is enabled

I have this problem, maybe you can help me. I am not able to upload files via FTP with CSF active. If I deactivate it I can upload without problems. My FTP client is very old and has no options. It is part of custom software. It only connects without SSL and uploads files in ACTIVE mode. That's why ...