Search files & folders on multiple Windows Everything ETP/FTP servers from Raycast.
- Enable Tools > Options > ETP/FTP Server in Everything on your Windows computers.
- Configure the servers in the extension settings (see below).
- Use evy command followed by the mask.
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"
}
]