Umask to ProFTPd

My user most download files to home directory with umask 002.
Permissions on that files must be
-rwx------, i'm right ? I thinks yes. Ok

It's my easy config file.

ServerName              "FTP"
ServerType              standalone
DefaultServer           on
Port                        21
Umask                    002
MaxInstances           300
User                       nobody
Group                     nogroup
DefaultRoot ~

<Directory /*>
AllowOverwrite         on
Umask                   002 022
</Directory>

MaxClients              10
DisplayLogin            welcome.msg
DisplayChdir            .message

In where mistake ? All files when i'm download has permissions
-rw-r--r--
Anyway!!!!

Help please

Ok i'm read man-pages and repeat my task !

I wanna download my file:
-rwxrwxrwx somefile

to FTP server (ProFTPD Version 1.3.1rc2)
and after that, on FTP home directory i see my file with permissons
-rw-rw-r-- somefile

=\

Where is "eXecute" permission ?

I wanna download file with 777 to ftp. And on ftp this file must have 775

-rwxrwxrwx
to
-rwxrwxr-x

Ok people I have found something.
After unsuccessful attempt with Proftpd I have tried standard ftpd demon and has received same result =\

I don't know what do next ...

In FTP UMASK x - permissions alway disappear !
When i'm set umask 002, that 0 - logically should be so
-rwx .... - 0 the FULL permissions !
but it always
-rw- ....

Why ? Where disappears X ?
It's situation anywhere even Linux and with alway ftp servers =\
Who can help me ? Please ;(

see http://www.unix.com/hp-ux/60086-umask-ftp-account.html#post302182692