Page 1 of 1

How to do multiple selection of folders to add to the folder list of user account

Posted: 2016-08-11 20:49
by torado
Hi guys,
can you help me, I'm looking for a way how to do multiple selection of folders that should be added to folder list of selected user account?
I'm tried Windows methods in pop up window like a Ctrl+LMB and Shift+LMB, but they don't work.
I can choose each folder that I need separatly, but when folders are over 50+ it's very tiring( I should to do this operations with folders constantly.
Have attached picture to this post for better illustration of my problem.
Any idea guys?

Re: How to do multiple selection of folders to add to the folder list of user account

Posted: 2016-08-11 20:54
by botg
Unfortunately there's no easier way than to add each individually.

Re: How to do multiple selection of folders to add to the folder list of user account

Posted: 2016-08-11 23:51
by boco
Add a few directories using the GUI. Then, take a look at "FileZilla Server.xml". Once you learn how the <Permission Dir="dirname"></permission> blocks work, you can easily duplicate them to the desired directory names.

Executing

"FileZilla Server.exe" /reload-config

will then load your changed XML file.

Re: How to do multiple selection of folders to add to the folder list of user account

Posted: 2016-08-12 11:08
by torado
Thanks a lot guys!
Method with editing xml works well! :D