View Single Post
Old 05-26-2003, 03:10 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

Ok then I have to rewrite SiteKill a bit... I already had a complete user and group reader myself that works quite well with io 4.6.2 and so. Could you pleeeeaaaase put a version info string in ioftpd? That way a tool like sitekill can check the version number in ioftpd.exe and adapt itself internally upon the version of io..
e.g.
if (strcmp(ioFTPDVersion,"4.6.2")<0){
GetInfo(User->Userfile.uid,ioFTPDUsersPath,"GROUPS",GroupsBuf );
}else{
....
FTPServerTools is offline