> hi,
Hello,
> if i create a new directory "e.g. Test" via ftp using jaymin user on
> my Linux Server,
> the directory become the rights drwxr-xr-x jaymin jaymil Test.
So you are using the "standard" umask "022" which results in "755" for new
created files and directories. All seems to work well.
> i would like to have rights on this directory ...
> e.g. drwxrwxr-x jaymin jaymil Test
you should consult your ftp server's documentation on how to set the umask
globally AND for individual directories. You should also make sure, you
understand how the "umask" function works. It is not forcing certain
permissions, it is masking some out. So you have to check that
1) the original files have the right permissions before you transfer them
2) the umask for the directory you are transfering them to is not set to
mask out any of those permissions you need.
Cheers
Jens
--
Please do not send any mail to the address above. It will be ignored. Use
jens DOT nospam AT gmx DOT (TLD for Germany)
|