Umask to ProFTPd


 
Thread Tools Search this Thread
Operating Systems Solaris Umask to ProFTPd
# 1  
Old 02-22-2008
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.

Code:
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
# 2  
Old 02-22-2008
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

Last edited by jess_t03; 02-25-2008 at 01:01 AM..
# 3  
Old 02-25-2008
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 ;(
# 4  
Old 04-07-2008
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Proftpd and AIX 7

Hi. I want to install proftpd on an AIX 7.1, but the only proftpd-1.2.8-1.aix5.1.ppc.rpm is available and it doesn't want on be installed : error: proftpd-1.2.8-1.aix5.1.ppc.rpm cannot be installed Any help (other than compilation) ? tks (0 Replies)
Discussion started by: stephnane
0 Replies

2. AIX

ProftpD on AIX 6.1

I need to install proftpd on AIX 6.1 . I cant compile it from source cod because of lacking gCC compiler.. so is there any AIX proftpd package to install (3 Replies)
Discussion started by: wwwzviadi
3 Replies

3. Solaris

solaris 10 proftpd with inetd and tcp_wrappers

If I use an old inetd based service that specified /usr/sbin/tcpd for proftpd, do I have to include that when I use inetconv to create the service manifest. For example. I currently use proftpd for ftp with tcp_wrappers. My old inetd line was ftp stream tcp nowait root /usr/sbin/tcpd... (2 Replies)
Discussion started by: csross
2 Replies

4. UNIX for Dummies Questions & Answers

Help me Install Proftpd

Hi eveyone, Im newb in Unix. I just install solaris 10 on my VM. First program i install is midnight commander and did successful. The way i do is get binary packet from sunfreeware then add and edit the PATH variable. My next program is ProFtpd i did same way :D. Add packets... (4 Replies)
Discussion started by: tien86
4 Replies

5. IP Networking

proftpd: how to set MaxStoreFileSize to one user ?

hi,all: i set "MaxStoreFileSize 20 Mb" on proftpd.conf, this parameter limit everyone to upload file less than 20M, but i want to permit one user "fred" can upload file size more than 20 Mb, how to set it ? if i set: MaxStoreFileSize 20 Mb MaxStoreFileSize 100 Mb user fred but they... (2 Replies)
Discussion started by: yarx
2 Replies

6. UNIX and Linux Applications

what tools can mange proftpd ?

i want to use proftpd to create a ftp server, does anyone have any good web manager tools to mange the ftp site ? (3 Replies)
Discussion started by: yarx
3 Replies

7. UNIX for Dummies Questions & Answers

Stop/Start proftpd

Hi everyone, I was wondering how to configure ftp access for one user when I found this board. After some searches I found my infos around proftpd (and the great config file proftpd.conf who answered to all my dreams...) but now I only need to stop proftpd and restart it (I guess it is needed... (1 Reply)
Discussion started by: Lomic
1 Replies
Login or Register to Ask a Question