Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] Re: [platform-team-dev] RE: what are thePlatformplans for Team/FTP?

As far as I know, one of the biggest problems for FTP clients
is proper directory parsing for the various platforms and
servers. Because the FTP protocol RFC does not exactly 
prescribe the format for directory listings.

Commons/Net has put quite some work in there, they have 
directory parsers for DOS, Windows, UNIX, VMS, z/OS. Plus
they have some framework for contributing directory parsers,
and for detecting the type of target platform. I don't think
the org.eclipse.ftp plugin has quite that support for 
different target platforms yet.

I'm also not sure about other features like re-get, passive
mode, multi-thread simultaneous downloads (performance).
For details you might find this article interesting:
http://www.javaworld.com/javaworld/jw-03-2006/jw-0306-ftp.html
Michael what would you say about the quality of FTP and
WebDAV?

The other advantage of Commons/Net is that it integrates
with Ant directly, so Ant tasks for Rlogin, rcp, telnet,
ftp are available immediately as soon as Commons/Net
is in the ant classpath.

Cheers,
Martin
--
Martin Oberhuber - WindRiver, Austria
+43(662)457915-85
 

> -----Original Message-----
> From: dsdp-tm-dev-bounces@xxxxxxxxxxx 
> [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of 
> Atsuhiko Yamanaka
> Sent: Thursday, May 18, 2006 8:59 AM
> To: platform-team-dev@xxxxxxxxxxx
> Cc: platform-team-dev-bounces@xxxxxxxxxxx; 
> john_arthorne@xxxxxxxxxx; slewis@xxxxxxxxxxxxx; 
> sluiman@xxxxxxxxxx; dsdp-tm-dev@xxxxxxxxxxx; 
> platform-team-dev@xxxxxxxxxxx
> Subject: Re: [dsdp-tm-dev] Re: [platform-team-dev] RE: what 
> are thePlatformplans for Team/FTP?
> 
> Hi,
> 
>    +-From: "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx> --
>    |_Date: Wed, 17 May 2006 18:24:15 +0200 _______________________
>    |
>    |For the Commons Net, let's see if EMO approves and then 
> think about where
>    |to put it. But I agree that plugin and inter-project 
> dependencies are
>    |not easy to decide. Perhaps if we inherit Team/Extras, 
> the Commons Net 
>    |would make most sense in our project too.
>    |Any comments from the other experts on the distribution list?
> 
> Is it so bad idea to use org.eclipse.ftp and org.eclipse.webdav for
> your plug-ins?  It seems that FTP/WebDAV Team provider do not
> run well on Eclipse 3.2RC4, but I guess that problem comes 
> from the recent
> changes(refactoring?) for them, and not from FTP/WebDAV 
> client implementations.
> Michael, are they really so incomplete or already in the 
> commercial grade?
> 
> 
> Sincerely,
> --
> Atsuhiko Yamanaka
> JCraft,Inc.
> 1-14-20 HONCHO AOBA-KU,
> SENDAI, MIYAGI 980-0014 Japan.
> Tel +81-22-723-2150
>     +1-415-578-3454
> Fax +81-22-224-8773
> Skype callto://jcraft/
> 
> 
> _______________________________________________
> dsdp-tm-dev mailing list
> dsdp-tm-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
> 


Back to the top