thats works in ioftpd, but i have a problem using this in my eggdrop, for example :
ftp::Quote $conn SITE stats ALLUP limit =ADMIN
this works perfectly, but it seems ftp.tcl doesn't like :
ftp::Quote $conn SITE stats ALLUP limit "=ADMIN =USER"
so have you any idea for me ? another way to user the limit argument without "..." when we want to use multiple parameters .... for example :
ftp::Quote $conn SITE stats ALLUP limit =ADMIN =USER
==> i think this form should correct my problem
but its has not been implemented yet , so can you think you can help me ?