Results 1 to 5 of 5
-
08-11-2011, 00:46 #1
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- Germany
- Posts
- 6
File Transfer - i_ft_file_browse_power & i_ft_needed_file_browse_power
Please check again or explained to me why...
Not like locks and throw in the trash.
I think because there is a bug in the logic.
[Part 1]
All file transfer rights are off.
You can open the file brower, but you can't upload anything, but you can see the files.
[Part 2]
Adding these rights:
i_ft_file_upload_power: on, value=1, skip=off, negates=off, award=
i_ft_file_delete_power: on, value=1, skip=off, negates=off, award=
i_ft_file_browse_power: on, value=1, skip=off, negates=off, award=
i_ft_quota_mb_upload_per_client: on, value=75, skip=off, negates=off, award=
Now you can Upload, Delete, and the file view should actually open until now.
i_ft_file_browse_power right give or take does not make much.
[Part 3]
Adding rights...
i_ft_file_upload_power: on, value=1, skip=off, negates=off, award=
i_ft_needed_file_upload_power: on, value=2, skip=off, negates=off, award=
i_ft_file_delete_power: on, value=1, skip=off, negates=off, award=
i_ft_file_browse_power: on, value=1, skip=off, negates=off, award=
i_ft_needed_file_browse_power: on, value=2, skip=off, negates=off, award=
i_ft_quota_mb_upload_per_client: on, value=75, skip=off, negates=off, award=
Okay, we say the power used until 2 goes, you get only one.
You can't open the file browser and you can't upload anything.
[Part 4]
Change i_ft_file_browse_power value=2:
i_ft_file_upload_power: on, value=1, skip=off, negates=off, award=
i_ft_needed_file_upload_power: on, value=2, skip=off, negates=off, award=
i_ft_file_delete_power: on, value=1, skip=off, negates=off, award=
i_ft_file_browse_power: on, value=2, skip=off, negates=off, award=
i_ft_needed_file_browse_power: on, value=2, skip=off, negates=off, award=
i_ft_quota_mb_upload_per_client: on, value=75, skip=off, negates=off, award=
You can now open the File Browser, that's ok.
and you can't upload anything, also good.
[Part 4]
Change i_ft_file_upload_power value=2:
i_ft_file_upload_power: on, value=1, skip=off, negates=off, award=
i_ft_needed_file_upload_power: on, value=2, skip=off, negates=off, award=
i_ft_file_delete_power: on, value=1, skip=off, negates=off, award=
i_ft_file_browse_power: on, value=2, skip=off, negates=off, award=
i_ft_needed_file_browse_power: on, value=2, skip=off, negates=off, award=
i_ft_quota_mb_upload_per_client: on, value=75, skip=off, negates=off, award=
And you can upload...
[End]
So again in short form.
You can perform without the right does not upload.
Once you put i_ft_file_upload_power it is possible.
If you i_ft_needed_file_upload_power is higher, then you can't upload anything again, that's right.
The difference is that you can open the browser, although no right has been set.
You can open it anyway even though it was not i_ft_file_browse_power set. Only when you activate i_ft_needed_file_browse_power, then the browser will not open.
-
08-11-2011, 07:40 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
The big question here is. Where do you set all the permissions?
I guess all needed Powers are set onto a channel and the rest onto your client or group.
This is important!
1. i_ft_quota_mb_upload_per_client: on, value=75 << This value is much to small!
2. The power is equal 0, when the power or the needed power is not set.
Part 1 > Is Ok (You need 0 and got 0 power)
You got i_ft_file_browse_power of 0, when the permission is not set.
i_ft_needed_file_browse_power is also [B][0/B], when it is not set onto a channel.
Part 2 > Is Ok (You need 0 and got 1 power)
Part 3 > Is Ok and not true! (Why this is a bug?)
You need to allow , that the filebrowser can be opened, before you can upload a file into that brwoser.
Sounds logical for me.
But there is a second way, to upload the file without the browser!
Disallow, the file browser and and allow upload power.
(Windows only) Now let the user drop the file onto the channel directly, without openeing the brwoser.
This also works for downloads, whe nthe file has been pasted into the chat or into the channel description.
And what is the problem with part 4?
There is no bug and it works like it should.
The only bad behavior i know is, that you can't download a file out of a channel without file browser power, but you can upload it, without as said in part 3.Last edited by dante696; 08-11-2011 at 08:02.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
08-11-2011, 15:33 #3
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- Germany
- Posts
- 6
Hi, thanks for the quick response. ;-)
I thought when the two right away, then it is fundamentally prohibited.
it is also the compound without an upload right, I can not upload anything.
In return, then would upload be the wrong.
i_ft_file_upload_power: off, value=, skip=off, negates=off, award=
i_ft_needed_file_upload_power: off, value=, skip=off, negates=off, award=
i_ft_file_delete_power: on, value=1, skip=off, negates=off, award=
i_ft_file_browse_power: off, value=, skip=off, negates=off, award=
i_ft_needed_file_browse_power: off, value=, skip=off, negates=off, award=
i_ft_quota_mb_upload_per_client: on, value=-1, skip=off, negates=off, award=
so deactivatet state means:
[Setting 1]
i_ft_file_browse_power off -> power = 0
i_ft_needed_file_browse_power off -> power = 0
if power (0 >= 0): true -> open it (and the browser open)
[Setting 2]
i_ft_file_upload_power off -> power = 0
i_ft_needed_file_upload_power off -> power = 0
if power (0 >= 0): true -> upload it (and you can't upload)
[It is blocked in any case, if the channel is not moderated]
I know when i needed set, then there is always blocked.
i_ft_file_browse_power off -> power = 0
i_ft_needed_file_browse_power on, value=1 -> power = 1
if power (0 >= 1):false -> block it
(i_ft_needed_file_browse_power on, value=9999... blocked at every power)
Only one setting can be right for me.
Therefore, when asked if both are disabled.
Upload and browser, and the needed.
Why can i open the browser and upload nothing?
It would still both be either true or false?
-
09-11-2011, 07:57 #4
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
Yeah this is weired, but i ask the developer and the permissions value has to be 1 minimum, to up or download a file.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
09-11-2011, 15:49 #5
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- Germany
- Posts
- 6
yes this is weird...
I would actually also banned as soon as you remove the right.
But if the developer is safe, then it's ok.
Thank you for your help. ;-)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
File transfer connection timeout for ever file
By Uk Team in forum WindowsReplies: 5Last Post: 04-12-2010, 06:47 -
Linux - File transfer port and pid file
By Icelyfire in forum Suggestions and FeedbackReplies: 1Last Post: 22-12-2009, 17:14 -
File transfer port and pid file
By Icelyfire in forum Linux / FreeBSDReplies: 0Last Post: 22-12-2009, 10:19 -
file transfer
By badbrainz in forum [TeamSpeak 2] General QuestionsReplies: 1Last Post: 25-12-2002, 20:17


Reply With Quote