Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [geclipse-dev] Open InputStream

Stuempert, Mathias IWR pisze:
Also I didn't figure out how to perform fetchInfo for a single file, without listing whole directory.

Well, we are mainly talking about the information if the file exists, right?! So what about GridFTPClient.exists( String filename ), looks promising to me. And if you additionally would like to know the file size just combine it with GridFTPClient.size( String filename ). With the GridFTPClient I of course mean that one from the CoG kit.

Honestly, we definitely need a solution for this fetchInfo problem now. If turns out to be a real show-stopper now and besides that it is an issue that is on our list since over a year now.

That only prove that the context in which an information appears is equally important as the information itself :-)

I looked at this method on the very beginning of the project. But then, we were struggling against requesting token during startup and strange CVS .ignore file requests - that time this method was useless.

Now, this could be a panaceum for some of ours headaches :-)

I'll give it a try tomorrow morning.

PS. I know it's unhealthy to read corporate mail at home :-)
--
Mateusz Pabis


Back to the top