[cod] Something totally different

Clanwarz clanwarz at gmail.com
Sat Dec 1 13:35:48 EST 2007


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/cod/attachments/20071201/d4247a81/attachment.htm>


More information about the Cod mailing list