PDA

View Full Version : FTP cannot create sub-folders


hkfriends
19-10-2007, 11:25
Hi there,

I'm using "1.9.2.7-7g" for my WL-500GP.
I have set up a few ftp users with read/write/erase from the web interface.
Unfortuately, it seem unable for me to put files with sub-folders with certain permission problems.

PS: it is running stupid-ftp

can anyone tell me how to resolve it?


many thanks

mundu
20-10-2007, 23:41
I'm using stupid-ftpd but i configured the .conf file myself!

nano /tmp/stupid-ftpd.conf

try editing this file and make the users yourself then just run stupid-ftpd!



mode=daemon
serverroot=/ftp
changeroottype=real
banmsg=You have no permission
log=/opt/tmp/stupid-ftpd.log
port=21
maxusers=12
login-timeout=120
timeout=240
user=name password /opt/destination 5 A



A to enable everything (read,write...)