Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: AW: [geclipse-dev] File Transfer

Hi Romain,

> Thanks for this info. Does GEclipseURI allow the usage of additional
EFS 
> implementations (http, ftp, scp...)?

It basically is designed to support any EFS implementation out there.
Nevertheless the EFS implementation has to be implemented in a proper
way. We made the experience in the past that "dirty" EFS implementations
may cause problems, but this is always the case with dirty code, right
;-)

BTW, as soon as you have an IGridJob (or GridJob) object there may be an
easier way to directly access the output files of the job since the
IGridJob has child folders containing direct links to the output files
(i.e. IGridConnectionElements). Mariusz, you may have some useful hints
concerning this, right?!

Mathias


Back to the top