Skip to main content

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

> 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.

Cheers, Mathias


Back to the top