[jcifs] RE: Davenport - Copy Operation Uses Many Ports?

eglass1 at comcast.net eglass1 at comcast.net
Thu Jun 10 14:19:17 GMT 2004




> It is HTTP traffic between the client and the Davenport Server.  The
> attached netstat shows the connections made by simply copying a Folder
> containing 8 files from an SMB server to the client via Davenport
> running on Windows.  Interestingly enough, if I run Davenport on
> Solaris, the connections stay in an ESTABLISHED state.
> 
> I took a look through a packet trace and the NTLM authentication
> handshake is in fact happening for each operation.  How can I force
> Basic Authentication in Davenport?  I set enableBasic=true and
> insecureBasic=true, but still get authenticated via NTLM.
> 

You would want:

    jcifs.http.enableBasic = true
    jcifs.http.insecureBasic = true
    enableNtlm = false

> Also, I tried the jcifs0.9.2.jar, but Davenport does not appear to work
> properly with it (setProperty errors?).  I only looked briefly, so I may
> just have a misconfiguration.
> 

I haven't tried (haven't had a chance to do much with Davenport lately).
Do you have a stack trace?


Eric


More information about the jcifs mailing list