Page 1 of 1

Create Public Folder

Posted: Tue Nov 24, 2015 4:04 am
by antongottlieb
Hi Support team

How to create public folders by command ?


Anton

Re: Create Public Folder

Posted: Tue Nov 24, 2015 4:07 am
by ScalixSupport
Hello Mr. Anton,

Use below command to create public folder

Code: Select all

# omaddbb -s "Folder 1"


The confirmation message that appears on the Scalix server refers to bulletin boards

Re: Create Public Folder

Posted: Wed Nov 25, 2015 5:24 am
by antongottlieb
thanks, how can i add subfolder ?

Re: Create Public Folder

Posted: Wed Nov 25, 2015 5:29 am
by ScalixSupport
Hello,

U may use below syntax to create subfolder

Code: Select all

omaddbb -m "Folder 1" -s "Folder 2"

Re: Create Public Folder

Posted: Thu Nov 26, 2015 3:51 am
by antongottlieb
Hello Team,

One more question, can i create another sub folder under the second level through command ?

-Anton

Re: Create Public Folder

Posted: Thu Nov 26, 2015 4:08 am
by ScalixSupport
Hello,

user below syntax for create another sub folder under the second level

Code: Select all

omaddbb -m "Folder 1>Folder 2" -s "Folder 3"


Public Folder commands:

omaddbb : add a Bulletin Board
omdelbb : delete a Bulletin Board
omlistbbs : list Bulletin Boards
omlistbbs -d 0 : list Bulletin BoardsFor all levels of folders
omlistbbs -s : Display the size of the public folder in KB
omlistbbs -S : Display whether a permissoin file is associated with the folder. A ‘+’ character at the end of the folder’s line says one is
omshowbb : show details of a Bulletin Board
ommodbb : modify a Bulletin Board

Create Public Folder

Posted: Thu Nov 02, 2017 5:48 am
by saraohyland
Hi Support team

How to create public folders by command ?

Re: Create Public Folder

Posted: Tue Nov 14, 2017 8:16 am
by ScalixSupport
Hello

Use following command

Code: Select all

# omaddbb -s "Folder 1"


Regards,
Scalix Support Team