HTTP open docunments in explorer not IE

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
ahlarry123
Posts: 18
Joined: Tue Nov 04, 2014 2:11 am

HTTP open docunments in explorer not IE

Post by ahlarry123 »

everything's http sever is very useful,but how can i open docunments in explorer not IE ?
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: HTTP open docunments in explorer not IE

Post by void »

As far as I know, Windows Explorer can not be used to browse/open documents on a HTTP server. It will show the webpage as it would in Internet Explorer.

Please try using a ETP/FTP server for browsing/opening files in Windows Explorer by using the address ftp://localhost

Where localhost is the name of the computer running the ETP/FTP server.

To start a ETP/FTP server in Everything:
  • In Everything, from the Tools menu, click Options.
  • Click the ETP/FTP Server tab.
  • Check Enable ETP/FTP server.
  • Click OK.
ahlarry123
Posts: 18
Joined: Tue Nov 04, 2014 2:11 am

Re: HTTP open docunments in explorer not IE

Post by ahlarry123 »

I means how to customthe results list, not gif but web page code.
Use

Code: Select all

<td class="pathdata"><a href="file://shaer-computer/2014.9/2014.9.1"><span class="nobr"><nobr>2014.9\2014.9.1</span></nobr></a></td>
instead

Code: Select all

<td class="pathdata"><a href="/E%3A/2014.9/2014.9.1"><span class="nobr"><nobr>E:\2014.9\2014.9.1</span></nobr></a></td>
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: HTTP open docunments in explorer not IE

Post by void »

Generating your own webpages with Everything is possible with javascript.

You will need some knowledge with html and javascript.

Change your default page to your own html page with javascript that will generate the page from JSON requests.

For more information about the JSON objects you can get from a Everything HTTP server, please see:
http://www.voidtools.com/support/everything/http/

For an example, please see:
http://www.voidtools.com/http_server_ja ... _test1.zip
rockson
Posts: 2
Joined: Mon Sep 07, 2015 11:49 am

Re: HTTP open docunments in explorer not IE

Post by rockson »

Hi,

ahlarry123, have you managed to replace those links?

Thank you,
Rok
Post Reply