View Single Post
Old 07-17-2007, 04:58 AM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by isteana
i hope it will support from standard function of FTPD
think ioftpd does depend standard function by scripts
then i want display it when i type site user <username>
You mean you want to type site user <username> instead of site uinfo <username> to get the user info? Use an alias in ioFTPD.ini. Examples of useful aliases:
Code:
[FTP_Custom_Commands]
# aliases
rehash  = @config rehash
save   = @config save
user   = @uinfo
That means when you for example type site rehash ioFTPD will interpret it as site config rehash.

/ZR
Zer0Racer is offline   Reply With Quote