Page 1 of 1
SITE QUOTA, spelling error...does not work
Posted: Mon Jun 14, 2010 2:52 pm
by teamea
trying to get the SITE QUOTA to work, but the FTP server log shows "SITE QUOTE", am i doing something wrong is it misspelled somewhere in the code??
Re: SITE QUOTA, spelling error...does not work
Posted: Tue Jun 15, 2010 7:22 pm
by support
What applet parameter are you using?
Re: SITE QUOTA, spelling error...does not work
Posted: Tue Jun 29, 2010 6:49 pm
by teamea
support wrote:What applet parameter are you using?
popup.custom=Quota
popup.custom.type=check
popup.custom.command=site quota
popup.custom.response.target=clipboard
popup.custom.error=Cannot execute custom {0}
these, if you look in your source code for the applite, you actually send
SITE QUOTE
instead of
SITE QUOTA
seems like you've made a spelling error there...
Re: SITE QUOTA, spelling error...does not work
Posted: Thu Jul 01, 2010 5:21 pm
by support
The custom feature sends the following FTP command:
"SITE QUOTE "+CUSTOM
It's not a typo because some users are running it. However, I guess it is not what you need. We can implement additional feature if needed.