View Single Post
Old 03-13-2005, 08:30 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

Your question is somwhat vague sadly enough.
1-Depending on what you want, you can write a script to simply do what you want. Just be exact in what you want.

2-Under [FTP_Custom_Commands] in ioFTPD.ini you can add custom site commands

3-You can catch a delete command by the [Pre_Commands] RMD = setting in ioFTPD.ini. The return value will determine if the delete is allowed or not.

4-either use the shared memory technology (see your source directory) or read the user info directly from the user files in the users directory (enc etc\UserIDTable)

5-That qustion is unclear.. Save what exactly? There are many places where ioftpd data is stored.
FTPServerTools is offline