Date: Mon, 15 May 2006 09:02:38 -0400 From: Bill Moran <wmoran@collaborativefusion.com> To: "Maan Jee" <maanjee@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Overwite problem Message-ID: <20060515090238.c48cc703.wmoran@collaborativefusion.com> In-Reply-To: <2cd0a0da0605150521g1ab96f67k4142928d5c181acd@mail.gmail.com> References: <2cd0a0da0605150521g1ab96f67k4142928d5c181acd@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 May 2006 14:21:24 +0200 "Maan Jee" <maanjee@gmail.com> wrote: > Hej > > I have installed ProFTP on my computer. And have following settings in the > proftpd.conf file. But I am unable to overwrite on a file? What is the > wrong? > > # Normally, we want files to be overwriteable. > <Directory /home/mjinitial/maanjee> > AllowOverwrite on > </Directory> > > <Directory ~> > <Limit STOR CWD> > AllowAll > </Limit> > <Limit READ RMD DELE MKD> > AllowAll > </Limit> > </Directory> I think if you research the following questions, you'll discover your own answer. If not, feel free to post again, but provide more details: 1) Is there anything in the FTP server's logs about this? (look in /var/log) 2) Will the actual file permissions allow this (ls -l) 3) If #1 isn't helpful, increase ProFTP's logging verbosity and try again. -- Bill Moran Collaborative Fusion Inc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060515090238.c48cc703.wmoran>