prozak: In your configuration, be sure to use forward slashes or double blackslashes; since a backslash is an escape.
Quote:
# setup here the path of log
set ND_IOLOG "d:\ioFTPD\logs"
# setup here the path of newdir
# don't forget to setup bandir.cfg & banfile.cfg
set ND_PATH "d:\ioFTPD\scripts\newdir"
|
Should be:
Quote:
# setup here the path of log
set ND_IOLOG "d:/ioFTPD/logs"
# setup here the path of newdir
# don't forget to setup bandir.cfg & banfile.cfg
set ND_PATH "d:/ioFTPD/scripts/newdir"
|