HTTP open docunments in explorer not IE
-
- Posts: 18
- Joined: Tue Nov 04, 2014 2:11 am
HTTP open docunments in explorer not IE
everything's http sever is very useful,but how can i open docunments in explorer not IE ?
Re: HTTP open docunments in explorer not IE
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:
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.
-
- Posts: 18
- Joined: Tue Nov 04, 2014 2:11 am
Re: HTTP open docunments in explorer not IE
I means how to customthe results list, not gif but web page code.
Use instead
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>
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>
Re: HTTP open docunments in explorer not IE
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
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
Re: HTTP open docunments in explorer not IE
Hi,
ahlarry123, have you managed to replace those links?
Thank you,
Rok
ahlarry123, have you managed to replace those links?
Thank you,
Rok