Skip to content

searchConnector‐ms Usage

Nikos Vourdas edited this page Apr 16, 2024 · 9 revisions

About

Search Connector files are used to connect users with data stored in remote locations and are similar to the aforementioned library-ms file. The Search Connector file format also allows an icon to be used to customise how the connector is displayed, this can be hosted on a remote URI such as our Farmer WebDAV server by using the iconReference XML tag.

Create searchConnector‐ms

Create a custom searchConnector‐ms file with following command:

.\Rocabella.exe sc -t localhost -p 8080 -o mysc -s hello -d "My Custom sc"

Which:

  • -t: Set target host (Mandatory)
  • -p: Set port number (Optional, default port 80)
  • -s: Set remote share (Optional, default share name nickvourd)
  • -o: Set output file (Mandatory)
  • -d: Set custom description (Optional, default "Microsoft Outlook")

Create-SC

searchConnector‐ms structure

The following image presents the searchConnector‐ms structure:

SC-Structure

Clone this wiki locally