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