DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 1st June 2008
Sunsawe Sunsawe is offline
Port Guard
 
Join Date: May 2008
Posts: 39
Default [VSFTPD] Can't write in directory

Hi,

I am trying to set a ftp server with VSFTPD. I built a vsftpd.conf file by using the man pages and i can connect a local user to the server. The problem is that i can't write in the directory of that user (no create file or directory, rename file and so on).

This is the vsftpd.conf:

Code:
 
anonymous_enable=NO
local_enable=YES
chroot_local_user=YES
local_umask=022

dirmessage_enable=YES

listen=YES
write_enable=YES
background=YES

max_clients=5
max_per_ip=2

guest_enable=YES
guest_username=vsftpd
what's wrong with it?

Thanks
Reply With Quote
 

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
/tmp on ram write denied gosha OpenBSD General 8 29th March 2009 04:46 PM
strange "~" directory in home directory gosha OpenBSD General 5 23rd February 2009 06:12 PM
Why you should write a guide/howto in XML J65nko Guides 4 19th October 2008 07:46 PM
[F1] write usb modem driver raixun Programming 7 17th July 2008 11:06 AM
VSFTPd: pid file kostromin FreeBSD Ports and Packages 0 4th July 2008 08:35 AM


All times are GMT. The time now is 08:58 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick