Re: ftpd in base

2018-05-21 Thread tech-lists
On 20/05/2018 18:35, Eugene Grosbein wrote: Our ftpd applies -u and by default instantly overrides it with login class setting. You should add your own login class to /etc/login.conf with 0111 value then run "cap_mkdb /etc/login.conf" and "pw usermod ftpusername -L ftploginclass" Hi,

Re: ftpd in base

2018-05-20 Thread Eugene Grosbein
20.05.2018 18:49, tech-lists wrote: > Hi, > > context: 11.2-BETA2 #0 r333924/amd64 > > I'm trying to get chrooted ftpd (in base) to write files uploaded to the user > dir as mode 666 (umask 111). > I have a line in inetd.conf that looks like this: > > ftp stream tc

Re: ftpd in base

2018-05-20 Thread Sean Bruno
On 05/20/18 05:49, tech-lists wrote: > Hi, > > context: 11.2-BETA2 #0 r333924/amd64 > > I'm trying to get chrooted ftpd (in base) to write files uploaded to the > user dir as mode 666 (umask 111). I have a line in inetd.conf that looks > like this: > > ftp stream tc

ftpd in base

2018-05-20 Thread tech-lists
Hi, context: 11.2-BETA2 #0 r333924/amd64 I'm trying to get chrooted ftpd (in base) to write files uploaded to the user dir as mode 666 (umask 111). I have a line in inetd.conf that looks like this: ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -u 111 The user logs in OK and uploads