Subject: Re: ftpd - allow upload entire directory ?
To: Samuel.Hornus <Samuel.Hornus@crans.org>
From: Samuel.Hornus <Samuel.Hornus@crans.org>
List: netbsd-help
Date: 06/12/2001 23:24:53
On Tue, 12 Jun 2001, Samuel.Hornus wrote:
> Well, this is *the* way you describe that does not work :
> trying to upload directories from a windows machine to my netbsd ftpd
> does not work (single files works). So I was wondering if it is a ftpd
> feature to activate or a bug in the windows client...
OK. I have found my error !
it was all in the /etc/ftpd.conf
first, I removed the line
modify guest off
which prevent ftp/anonymous login to create file, whatever the directory
theu are in,
second, I changed the umask guest 707 to
umask guest 002
and it works :-) OF course it brings another problem :
people can now create files and directories in the incoming directory
but they can also delete them !
Thanks for your help,
--
Samuel.