Thanks Atsuhiko. > |https://bugs.eclipse.org/bugs/show_bug.cgi?id=218387 > |https://bugs.eclipse.org/bugs/show_bug.cgi?id=219164 > > It seems to me that Bug 218387 is not related to jsch, IMHO.
Yes I hope so. I'll continue monitoring the situation. > So, just for testing, how about implementing > com.jcraft.jsch.SftpProgressMonitor > to check if data is really transferred or not? Good point. We do actually have an SftpProgressMonitor for all the transfer operations. Problem is just when EFS opens a Stream, it does not give us an IProgressMonitor to which we could report. But we could try implementing some tracing that prints to stdout with every progress tick from JSch. I'll try that. Though it looks like actually the problem is with retrieving directory listings through ls() and stat() calls - but we can trace the progress of those already. Cheers, -- Martin Oberhuber, Senior Member of Technical Staff, Wind River Target Management Project Lead, DSDP PMC Member http://www.eclipse.org/dsdp/tm ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
