Go Back   FlashFXP Forums > FlashFXP > Release Archive > Website

Website Comments, Suggestions, Questions, Concerns, Fan mail, Hate mail, Whatever goes.

 
 
Thread Tools
Old 11-29-2004, 08:56 AM   #1
Junior Member
 
Join Date: Nov 2004
Posts: 14
Default user permissions

Hi!
I've tried to read the manual but I'm not sure how this works.

For exampel: I want to add a user to my server but I only want him to be able to download and upload files and be able to view the file list of course.
How do I give him these permissions?
Lets say the username will be: sixtie and password: test

thanx!
/cippraN
cippraN is offline  
Old 11-29-2004, 09:10 AM   #2
Banned
 
Join Date: Feb 2004
Posts: 20
Default

hmm, flag '3' is normal user flag

so something like:

site change sixtie flags 3


i think syntax is correct, altho '3' should be default flag of new added users (see 'default.user' file in /etc or /users)
bizniz is offline  
Old 11-29-2004, 09:26 AM   #3
Senior Member
 
Join Date: Jan 2004
Posts: 237
Default

site adduser sixtie test *@ip
site uinfo sixtie

now look at what flags he has
if he doesn't have flag '3' give him it:
site change sixtie flags +3


OR you can do things according to group settings, but all this assumes you've already configured your ioFTPD.ini already

See this section:

Code:
# Detailed permissions for directories
#
# priviledge    = <virtual path> <rights>
#
#Upload          = /upload/* *
#Upload		= * !*
Upload		= * *
Resume		= * *
Download	= * !l *
MakeDir		= /*/* *
MakeDir		= /* =SiTEOPS !*
RemoveOwnDir    = * *
RemoveDir       = * 1VM
Rename		= * 1VM
RenameOwn       = * *
Overwrite       = * 1VM
Delete		= * 1VM
DeleteOwn	= * *
NoStats         = * =lSpeed !*
in the above example, everyone can upload in everywhere, download everywhere unless they have flag "l", they can make directories everywhere but the root directory, except SiTEOPS, they CAN make directories in the root. everyone can remove their own directory, ... ONLY users with flags 1, V or M can delete other peoples files (1 = SiTEOPS, V = VFS ADMIN, M = MASTER)

flags are all relative to what you want them to be (except M, M always is master, and some of the f and F flags are reserved to disable/enabled FXP)

hopefully that gives you an idea of how the ftpd works.
if it doesn't make sense, look at it again.. and again...and again.. .it will
mr_F_2 is offline  
Old 04-04-2006, 08:52 AM   #4
Senior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 149
Default

Quote:
Originally Posted by bizniz
hmm, flag '3' is normal user flag

so something like:

site change sixtie flags 3


i think syntax is correct, altho '3' should be default flag of new added users (see 'default.user' file in /etc or /users)
That is what i thought also.
But now i have made up a test account, flag he has is 3 and almost ioFTPD.ini is default, didn't changed any permissions etc.
Why isn't he beable to create and upload stuff?
Could it be because of the directories are created by a Admin and according the rules he isn't allowed to create any thing or upload in there?

atm i can't get a clear link between the flags and permissions
whocarez2k5 is offline  
 
Create a free account to browse our forums without ads



Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash hangs during transfers slatts General Discussions 5 01-14-2005 06:50 PM
Transfer hangs before it starts? Waruwaru General Discussions 0 09-20-2004 04:06 PM


All times are GMT -5. The time now is 01:26 AM.