[cod] Something totally different

Sander sanderrednas at xs4all.nl
Sat Dec 1 13:51:23 EST 2007


Hey,

Thanks, but the thing is that I'm not sure how to create users etc with 
this.
But if nobody has a solution then I'll try this, just really annoying 
that it doesn't work :(

/ Sander

Clanwarz wrote:
> On Dec 1, 2007 12:28 PM, Sander <sanderrednas at xs4all.nl 
> <mailto: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