DaisyDiff uses normal Java URI which does not seem to support this directly.
See http://download.oracle.com/javase/6/docs/api/java/net/URI.html for
the exact format.
The code could be modified to include password authentication but IMHO
this is not the main purpose
of daisyDiff.
My suggestion would be to use another tool to bring the files locally
that accepts auth (such as wget or curl in Unix)
and then run daisydiff locally to compare the files retrieved.
If you insist you can open a feature request in google code issue
tracker and at some point in time somebody
might implement it (It could be me as well)
Kostis
--
You received this message because you are subscribed to the Google Groups "DaisyDiff" group.
To post to this group, send email to dais...@googlegroups.com.
To unsubscribe from this group, send email to daisydiff+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/daisydiff?hl=en.
Ok then. Do you know Java? If yes I can tell you exactly what are the
code changes needed.
I have added some guidelines at
http://code.google.com/p/daisydiff/issues/detail?id=39.
I hope that everything is clear.
Kostis