How to get ES to search ETP server

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
parisi
Posts: 9
Joined: Tue Sep 15, 2015 7:37 pm

How to get ES to search ETP server

Post by parisi »

I am using Everything ES and need to search an ETP server - how do I do that?

Thanks,
Paul.
void
Developer
Posts: 16671
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to get ES to search ETP server

Post by void »

ES currently cannot search an ETP server. I'll consider adding an option to ES.
I'll be adding support for indexing ETP servers in Everything 1.5.

For now, you'll need a command line FTP client.

Everything ETP is FTP compatible, ETP uses the extended FTP command:
EVERYTHING

For example, if you wish to search for "heart *.mp3" on your ETP server:
Connect to the ETP server with you FTP client.
Enter in the following custom commands:
EVERYTHING SEARCH heart *.mp3
EVERYTHING COUNT 999999999
EVERYTHING PATH_COLUMN
EVERYTHING QUERY

For a full list of commands, please see:
viewtopic.php?f=5&t=1790
moongose
Posts: 5
Joined: Fri Sep 19, 2014 2:33 pm

Re: How to get ES to search ETP server

Post by moongose »

Looking forward to this option.

Also, would be possible to connect to ETP server from the search field? With some modifier perhaps.
void
Developer
Posts: 16671
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to get ES to search ETP server

Post by void »

Not yet, the ETP server would need to be indexed, hopefully possible in a future release.
Post Reply