Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Null value for inputstream in gridftp

Hi everybody,

I have got a probleme with (getFileStore() IFileStore to gsiftp url)

getFileStore().openInputStream(EFS.NONE, null);

This method allways return null.

The method

getFileStore().openOutputStream(EFS.NONE, null);

works like a charm. I manage to write strings inside one file, but if I try to open an inputstream to this file I get a null pointer!

Cheers,
Rom.


Back to the top