Skip to main content

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

Hi Mathias

Thank you for your help and response but still I dont know how to continue and what Elements I need and which creators etc I need?
So this is just my connection to the Storage element right?
URI slaveURI = new URI("gsiftp://egee016.cnaf.infn.it:2811";);
	      	GEclipseURI geclURI = new GEclipseURI( slaveURI );
	      	IGridPreferences preferences = GridModel.getPreferences();
	      	String name = "grid";
			preferences.createGlobalConnection( name , geclURI.toMasterURI() );
	
			IConnectionManager cManager = GridModel.getConnectionManager();
	        IGridElement con = cManager.findChild("grid");

So could you help me and explain a few things more detail e.g. which elements I need how to fetch a remote dir?


best regards pod













-- 
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden: http://flat.games.gmx.de


Back to the top