WinInetNTLM Parameter

 Applet: DownloadClient and UploadClient
 Description:

JFile provides three means of transferring data to or from the server: URLConnection, Sockets and WinInet (Note: WinInet is not available in JFile 1.x).

When transferring through WinInet, you can use WinInetNTLM to send an empty request before sending the real request. Sending an empty request prevents some proxy authentication problems.

Important!
WinInet requires Microsoft Virtual Machine (Microsoft VM) which was included with Internet Explorer browsers before version 6. IE 6 does not include Microsoft VM and as of September 2004, Microsoft will no longer support Microsoft VM.
 Example: <param name="WinInetNTLM" value=" ">