I have created FileObjects in my layer file that include references to external urls.
<folder name="OboFiles">
<folder name="LATEST">
<file name="Latest_gene_ontology_edit.obo" url="
http://www.geneontology.org/ontology/gene_ontology_edit.obo"/>
<file name="Latest_ goslim_generic.obo" url="
http://www.geneontology.org/GO_slims/goslim_generic.obo"/>
</folder>
</folder>
Now, I want to allow the user to enter the url of a .obo file and have that added to the filesystem. Because these obo files are updated daily, I want the application be able to retrieve the latest version of the file on demand. However, I can't seem to find a method that will create this FileObject by external URL.
Is there any such method?
AC