<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I use, and
LOVE, vsftpd.&nbsp; Most distro's are starting to come around to it,
including many BSD's.&nbsp; It is VERY secure, hence it's name: Very Secure
FTPd.&nbsp; Instead of pasting or attaching my config's, grab them at:<br>
<br>
&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.phoenixwing.com/uploads/vsftpd-configs.tgz">http://www.phoenixwing.com/uploads/vsftpd-configs.tgz</a><br>
<br>
Those are, with some minor changes, exact duplicates of what I'm
running now... and I've run them on an ISP's servers with better
results than any other FTPd in their situation. I use vsftpd for my own
use now, but my current company uses ProFTPd for it's virtual hosting
abilities.<br>
<br>
You should also make sure that /var/ftp and /usr/share/empty exist.&nbsp;
For more info, check out vsftpd's website at <a class="moz-txt-link-freetext" href="http://vsftpd.beasts.org/">http://vsftpd.beasts.org/</a>,
and more specifically:<br>
<br>
Permissions and necessary dir's/perm's:<br>
&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.3/INSTALL">ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.3/INSTALL</a><br>
<br>
Online vsftpd.conf man page:<br>
&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://vsftpd.beasts.org/vsftpd_conf.html">http://vsftpd.beasts.org/vsftpd_conf.html</a><br>
<br>
If nothing else works, it'd be my guess that your file system
permissions are incorrect.<br>
<br>
BTW, my configuration locks users into their home dir's and runs in
standalone mode.&nbsp; It will start with root priv's, in order to listen on
the unix port, other than that, it runs as the user, or as user "ftp".&nbsp;
Check out the doc's on it's security model.&nbsp; I feel this is the most
secure ftpd out there... but that is my own opinion...<br>
<br>
<br>
hth...<br>
<br>
&nbsp;&nbsp;&nbsp; ~ Tony<br>
<br>
&nbsp;&nbsp; <br>
</font></font><br>
Richard Hubbard wrote:
<blockquote
 cite="mid20051216163419.4388.qmail@web36211.mail.mud.yahoo.com"
 type="cite">
  <pre wrap="">I have a student trying to configure an FTP server for
uploads. It's fedora core 4, using vsftpd.  when we
try to upload after configuring a user on the linux
box, we get an error, basically 'you don't have
permission' ===&gt;"could not create file"

Throwing security to the wind (right now the machine
is in 'impossible to hack externally' mode (xover
cable between ftp client and server)) we tried to
allow anonymous uploads, made sure the target
directory had the proper permissions (overkill at
777).

Still no joy.  Can anyone tell me what I am
forgetting? It has to be something obvious and stupid.

Thanks!

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
<a class="moz-txt-link-freetext" href="http://mail.yahoo.com">http://mail.yahoo.com</a> 
_______________________________________________
nflug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nflug@nflug.org">nflug@nflug.org</a>
<a class="moz-txt-link-freetext" href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a>
  </pre>
</blockquote>
</body>
</html>