Skip to main content

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

Good morning Pod,

> With that code I should fetch all files in foofoo to my local dir?

As Ariel already stated no, have a look at the childNames(),
childInfos() and childStores() methods of IFileStore.

> Also  System.out.println( info.exists()+
> 	         info.getName()+
> 	        info.getLength()+
> 	         info.getLastModified()+
> 	         info.isDirectory()
> 	         ); 
> and   System.out.println("end"); is not printed out.

Mmmh, that is strange. That does obviously mean that an exception is
thrown before, right? Could you please check this and post that
exception with the full stacktrace?

Cheers, Mathias


Back to the top