Networking Forums

Networking Forums > Computer Networking > Linux Networking > vsftpd & anonymous uploads

Reply
Thread Tools Display Modes

vsftpd & anonymous uploads

 
 
TroyC
Guest
Posts: n/a

 
      03-03-2004, 10:57 PM
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 =---
 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      03-04-2004, 04:30 AM
TroyC <(E-Mail Removed)> 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
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftpd with ssl - vsftpd.user_list not working shaped Linux Networking 0 01-31-2006 07:04 PM
FTP uploads through a browser GUI? J Krugman Linux Networking 9 03-21-2005 05:05 PM
vsftpd user anonymous cannot log in from outside ? Vincent Schmid Linux Networking 2 07-03-2004 06:10 PM
NTL limiting uploads ? Jackeline D Broadband 4 05-14-2004 10:47 AM
problem with uploads Alan Wireless Internet 0 02-06-2004 11:49 AM



1 2 3 4 5 6 7 8 9 10 11