60 lines
1.8 KiB
HTML
60 lines
1.8 KiB
HTML
<HTML>
|
|
|
|
<TITLE> Test Page for Binary Object Download </TITLE>
|
|
|
|
<BODY>
|
|
|
|
The binary object download is implemented as an ISAPI application.
|
|
It uses the ISAPI SendURL function to support binary object downloads.
|
|
This ISAPI application (binsrv.dll> can run on IIS 2.0 and above.
|
|
|
|
<p>
|
|
|
|
|
|
At present the files are found using the base path name and the UA_CPU
|
|
attribute sent by the client. The new path is oldPath.cpuType.
|
|
|
|
<pre>
|
|
Eg: Input: /winnt/ie.cab
|
|
Output: /winnt/ie.cab.x86 when UA_CPU = x86
|
|
Output: /winnt/ie.cab.alpha when UA_CPU = alpha
|
|
Output: /winnt/ie.cab.mips when UA_CPU = mips
|
|
Output: /winnt/ie.cab.ppc when UA_CPU = ppc
|
|
</pre>
|
|
|
|
|
|
<H2> Certain Test Downloads </H2>
|
|
|
|
<UL>
|
|
<LI> <A HREF="/scripts/binsrv.dll?/bintest/binsrv.dll">
|
|
This very app binsrv.dll </A>
|
|
You should get the appropritate version for your platform.
|
|
The URL used is: /scripts/binsrv.dll?/bintest/binsrv.dll">
|
|
|
|
<LI> <A HREF="/scripts/binsrv.dll?/bintest/test1.txt"> Simple Text file </A>
|
|
This text file will tell you what platform you are querying from.
|
|
The URL used is: /scripts/binsrv.dll?/bintest/test1.txt.
|
|
<p>
|
|
If you really want to get the real files for all platforms try
|
|
<UL>
|
|
<LI> <A HREF="/bintest/test1.txt.x86"> /bintest/test1.txt.x86 </A>
|
|
<LI> <A HREF="/bintest/test1.txt.alpha"> /bintest/test1.txt.alpha </A>
|
|
<LI> <A HREF="/bintest/test1.txt.mips"> /bintest/test1.txt.mips </A>
|
|
<LI> <A HREF="/bintest/test1.txt.ppc"> /bintest/test1.txt.ppc </A>
|
|
</UL>
|
|
|
|
<LI> More tests to be added ...
|
|
</UL>
|
|
|
|
<HR>
|
|
|
|
Last modified by <A HREF="mailto:muralik@microsoft.com"> Murali Krishnan </A>
|
|
on Oct 30, 1996.
|
|
|
|
<p>
|
|
This page is served by IIS 2.0 running on NTS 4.0
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|