View Single Post
Old 09-08-2004, 03:56 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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"
neoxed is offline   Reply With Quote