[cod] Something totally different

Robert Mount rmount at pobox.com
Sat Dec 1 13:44:27 EST 2007


I was typing up a reply when Jay's email came in.

I concur with Jay, vsftpd is the way to go.  I was gonna attach my
config, but Jay's mini-script does the two important things, removing
anonymous and keeping local users in their home directories.

--Rob

On Dec 1, 2007 1:35 PM, Clanwarz <clanwarz at gmail.com> wrote:
> On Dec 1, 2007 12:28 PM, Sander <sanderrednas at xs4all.nl> wrote:
>
> > Hi guys,
> >
> > I know this is not related to CoD, or well you can see it as related
> > cause I need it to upload, but seeying all of you are linux pro's I'm
> > asking here.
> > Thing is, we've got this new dedicated CentOS server but we can't get
> > proftpd to work.
> > I've installed webmin, and proftpd, fixed the it so users that are made
> > in webmin are able to login BUT I can't upload anything.
> > Used CHMOD, doesn't work.
> >
> > I know I'm asking something unrelated but google didn't help much and
> > you guys are probably the ones that know the solution.
> >
> > Anyone got a suggestion, when connecting (with flashfpx) I get the
> > message [R] 550 mp_farm.ff: Permission denied
> > [R] Transfer Failed!
> >
> > Thanks in advance and sorry for asking here.
> >
> > / Sander
>
>
>
> I've had the same issues with proftpd. I uninstalled it and installed vsftpd
>
> Here is some simple commands for vsftpd
>
> yes | yum install vsftpd
> cd /etc/vsftpd
> cat vsftpd.conf | sed 's/anonymous_enable=YES/anonymous_enable=NO/' >
> vsftpd.conf.tmp
> rm -rf vsftpd.conf
> mv vsftpd.conf.tmp vsftpd.conf
> echo "chroot_local_user=YES" >> /etc/vsftpd/vsftpd.conf
> service vsftpd restart
>
> Hope this helps.
>



More information about the Cod mailing list