SITE QUOTA, spelling error...does not work

Explorer-like frontend add-on to upload/download.
Post Reply
teamea
Posts: 2
Joined: Mon Jun 14, 2010 2:50 pm

SITE QUOTA, spelling error...does not work

Post 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??

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SITE QUOTA, spelling error...does not work

Post by support »

What applet parameter are you using?

teamea
Posts: 2
Joined: Mon Jun 14, 2010 2:50 pm

Re: SITE QUOTA, spelling error...does not work

Post 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...

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SITE QUOTA, spelling error...does not work

Post 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.

Post Reply