(E-Mail Removed) wrote:
> Ok, maybe I'm retarded but all I want to do is set up an ftp server to
> upload files to. I don't care about security because this is a test
> server on a LAN. I've tried both the default setups for vsftpd and
> proftpd and neither one will let me just log in as a user and upload a
> file to the user's home directory. I keep getting "Permission denied"
> errors.
>
> How do open the server wide up and let anyone upload anything anywhere
> the unix file permissions will let them go?
>
> Thanks,
> Shawn
>
Have you checked 'man ftpd'? You can set up an anonymous
account for anybody to use, but they will be restricted to
the anonymous home directory in a chroot jail. Most ftp
servers require users to be listed in the password file of
the server for normal access.