This is a discussion on vsftpd & anonymous uploads within the Linux Networking forums, part of the Linux Forums category; OS::: Suse9 FTP::: vsftpd [1.2.0-48] Issue::: anonymous user cannot upload/create files qon:/home/troyc # grep -v '#' /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
OS::: Suse9
FTP::: vsftpd [1.2.0-48] Issue::: anonymous user cannot upload/create files qon:/home/troyc # grep -v '#' /etc/vsftpd.conf write_enable=YES dirmessage_enable=YES ftpd_banner="Authorized users only. All actions logged." local_enable=YES local_umask=022 chroot_local_user=YES anonymous_enable=YES anon_upload_enable=YES anon_umask=022 anon_mkdir_write_enable=YES anon_other_write_enable=YES chown_uploads=YES chown_username=troyc xferlog_enable=YES connect_from_port_20=YES idle_session_timeout=300 pam_service_name=vsftpd anonymous user gets put in '/srv/ftp' anon login::: yes anon d/l::: yes anon u/l::: no anon mkdir::: no vsftpd is run from inetd. What am I missing to get anonymous to be allowed to login & UPLOAD files. I would also like it to be able to make directories. thanks TroyC -- --------- No bits were hurt during this transmission. ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =--- |
|
|||
|
TroyC <noone@hotmail.com> wrote:
> OS::: Suse9 > FTP::: vsftpd [1.2.0-48] > > Issue::: anonymous user cannot upload/create files > > qon:/home/troyc # grep -v '#' /etc/vsftpd.conf > write_enable=YES > dirmessage_enable=YES > ftpd_banner="Authorized users only. All actions logged." > local_enable=YES > local_umask=022 > chroot_local_user=YES > anonymous_enable=YES > anon_upload_enable=YES > anon_umask=022 > anon_mkdir_write_enable=YES > anon_other_write_enable=YES > chown_uploads=YES > chown_username=troyc > xferlog_enable=YES > connect_from_port_20=YES > idle_session_timeout=300 > pam_service_name=vsftpd > > anonymous user gets put in '/srv/ftp' > > anon login::: yes > anon d/l::: yes > anon u/l::: no > anon mkdir::: no > > vsftpd is run from inetd. What am I missing to get anonymous to be allowed > to login & UPLOAD files. I would also like it to be able to make > directories. I don't know about vsftpd in particular, but most FTP servers are very particular about the permisions of the ftp users directory. In particular, can the anon user write to the 'incoming' directory? ls -ldR /srv/ftp -- Cameron Kerr cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/ Empowered by Perl! |