PDA

View Full Version : REQUESTS and ioA


jason
08-24-2004, 07:40 PM
hi guys.

I have a little pb.

I config ioA.cfg its good.

it works good ffor the REQ. But i would like that no one can make dir in the dir REQUEST so that the only way to make a request is the site requests or irc cmd.

I explain

my ftp root
-> DIR1
-> REQUESTS

In dir REQUESTS i would like noone can make a rep. so the only solution to a req is to use ioA cmd.

Can u help me ?

Mouton
08-24-2004, 09:05 PM
Try that...

ioFTPD.ini:

[VFS]
MakeDir = /REQUESTS/*/* *
MakeDir = /REQUESTS/* !*
MakeDir = * *

Just add those two lines over the already existing 3rd line.
SITE CONFIG REHASH
and try.

MKD /REQUESTS/SOMETHING should fail, but MKD /REQUESTS/SOMETHING/CD1 should work.

Note: moved to correct forum since this is not ioA-related.

alturismo
08-25-2004, 12:40 AM
also might just use chmod 755 on /REQUEST

so users cant up inside /REQUEST

reqs added by ioA are 777 so users only can up inside there

/REQUEST/[Req}-blablablabla/

jason
08-28-2004, 11:48 AM
this two metho doesn't work :s

WarC
08-29-2004, 06:07 AM
Both methods works. If it doesnt you are making something wrong.

jason
08-29-2004, 07:56 AM
yes i'm so stupid :)

It's good :) great ^^