View Single Post
Old 09-28-2003, 04:49 AM  
Bratell
Member
 
Join Date: Feb 2003
Posts: 64
Unhappy Ban directory fails

I'm running newdir v2.3. and I just updated to ioFTPd 5.1.3 from ioFTPd 5.0.13. All of a sudden, the newdir ban failed;

Code:
 
MKD [
426 Connection closed; transfer aborted. Banned dir: No tags allowed.
257 "[" created.
CWD [
250 CWD command successful.

or

MKD mkdir a b c
426 Connection closed; transfer aborted. Banned dir: No spaces allowed.
257 "a b c" created.
CWD a b c
250 CWD command successful.
So, the script is obviously run and I am getting the message "426 Connection closed", but somehow it still creates the banned directory name.

If I try to store a banned filename, it works:
Code:
 
STOR [
426 Connection closed; transfer aborted. Banned file: No tags allowed.
150 Opening BINARY mode data connection for [.
Transfer Failed!
Could this be evil at work?

Cheers!
Bratell is offline   Reply With Quote