Hi all,
Is there any way to trace the SSL handshake, or to programmatically
intercept some of the results. I'm interested in determining what cipher
suite was negotiated for a given connection. Similar to what you can see
under IE File Properties when you have a secure connection, for exampl...
more >>
Hi.
I don't know if this is the right news group, but I try :-)
I make a plain htm file (test.htm) with an anchor to a file
<html><body>
<a href="file:///c:\Temp\Test.DOC">Test</A>
</body></html>
(Could also be link to a file on a shared networkdrive or a share)
Run this from C:\ in...
more >>