dwalluck commented on pull request #89:
URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-647840475


   > @dwalluck If you mean creating a temp file and clone the content into it, 
that can be done.
   > But should in another function.
   > Whenever you create a temp file you should consider about when to delete 
it.
   
   I am not sure if I will make sense, but I will try. I think there are two 
issues:
   
   1. If I want to get a `java.io.File` from a `FileObject`, it isn't clear to 
me if this would be done automatically for a remote file (non-`file://` URL)
   2. If I want to take advantage of the file cache, say for multiple calls to 
the same URL, then I think I want the cache to persist.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to