Search files & folders on multiple Windows Everything ETP/FTP servers from Raycast.
Configure the servers in the extension settings using the following format:
[
  {
    "name": "Server 1",
    "host": "server-url",
    "port": 21,
    "user": "username",
    "pass": "password"
  },
  {
    "name": "Server 2",
    "host": "server-url",
    "port": 21,
    "user": "username",
    "pass": "password"
  }
]