> I am still unsure about the value of trying to integrate remote url
fetching
> with copy. It is not the same, because it has so many more ways of going
> wrong, different notions of success (should you copy the message that
comes
> back with any error code? What is your code going to do if actual content
> length < Content-Length?), and the authentication stuff.  Especially since
> the java.net stuff does need replacement for a remote fetch to work
properly
> in all conditions. Trust me on that item :-)

Network and its associated hassles aside, Get still copies a file (ok, a
stream)
to another place.  So why 2 tasks?  I mean, why look at it from the
perspective
of the cp command?

Magesh




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to