thanx, i got it working
if you're using 4.xx
UserIdTable is equivalent to passwd
and
GroupIdTable is equivalent to group
So for 4.xx users to use the site request function it should read the following:
ioFTPD_User_Path=c:\ioFTPD\users
ioFTPD_User_File=c:\ioFTPD\etc\passwd
ioFTPD_Group_File=c:\ioFTPD\etc\group
|