If you are using the OpenBSD's apache with a default configuration: Firstly, open httpd.conf, then modify UserDir disabled to UserDir /var/www/users. Then, uncomment following lines:
410 <Directory /users/*> 411 AllowOverride FileInfo AuthConfig Limit 412 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec 413 <Limit GET POST OPTIONS PROPFIND> 414 Order allow,deny 415 Allow from all 416 </Limit> 417 <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK> 418 Order deny,allow 419 Deny from all 420 </Limit> 421 </Directory> Cheers 2008/5/7 Lars NoodC)n <[EMAIL PROTECTED]>: > Ed Flecko wrote: > > I've created a user (Stephanie) on the box, and I've added her to the > > /etc/ftpchroot file so she can upload stuff to her directory... > > > > 1.) Can someone tell me what I'm doing wrong? > > How about trying sftp or scp to avoid sending login information in the > clear? There are even graphical clients if needed. > > If you want drag-n-drop transfers, then the fastest to set up is > probably to use mod_dav. > http://www.openbsd.org/4.3_packages/i386/mod_dav-1.0.3p5.tgz-long.html > > Regards, > -Lars > > -- ---------------------------------------------------- Stephano Zanzin http://sirviente.9grid.es/~stephano/ IRC: stzan @ freenode