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.
|
|
Example: | <param name="WinInetNTLM" value=" "> |