Files TeamSpeak

Augusto22xb

Member
Joined
Sep 26, 2015
Messages
33
Reaction score
2
Points
40
I have a question to find out how and where the TeamSpeak server saves the saved file information.
I need to know where the files are left by users within each folder.
And I need to know if any possibility of deleting these files easily.
sorry about my English.
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Have you tried actually looking in the freaking sub-folders of you server installation ? --'
 

Augusto22xb

Member
Joined
Sep 26, 2015
Messages
33
Reaction score
2
Points
40
Have you tried actually looking in the freaking sub-folders of you server installation ? --'
I was yes, but wanted to know if you have a way to delete these folders only once.
I already have little space in your and would have to turn it to perform this operation may take a lot.
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
I was yes, but wanted to know if you have a way to delete these folders only once.
I already have little space in your and would have to turn it to perform this operation may take a lot.
Maybe just remove the file transfer perms for your clients?
 

dedmen

TeamSpeak Developer
Contributor
Joined
Mar 28, 2016
Messages
530
Reaction score
584
Points
197
I was yes, but wanted to know if you have a way to delete these folders only once.
I already have little space in your and would have to turn it to perform this operation may take a lot.
how about
Code:
rm filename
? I dont get whats so hard on just deleting a file.
 

Augusto22xb

Member
Joined
Sep 26, 2015
Messages
33
Reaction score
2
Points
40
Folks. I found no tutorial to do that. I need a command given by the terminal on the port 10011, to change, remove and prevent users from changing it.

For example, I use this tutorial to prevent users from modifying by own account the value of slots in each ts: https://support.teamspeakusa.com/in...prevent-customers-from-increasing-their-slots

Anyone know if there are any command with the same syntax to change the download quota settings and upload? And so prevent changing the settings?
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Folks. I found no tutorial to do that. I need a command given by the terminal on the port 10011, to change, remove and prevent users from changing it.

For example, I use this tutorial to prevent users from modifying by own account the value of slots in each ts: https://support.teamspeakusa.com/in...prevent-customers-from-increasing-their-slots

Anyone know if there are any command with the same syntax to change the download quota settings and upload? And so prevent changing the settings?
http://www.teamspeak3.com/teamspeak-3-server-permission-list.php search for quota there
 
Top