Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-team-dev] Updates to FTPClient and Util to handle mainframe ftp listings

Hi All,

My company is building an application on top of eclipse, and one of
the things we need to be able to do is to make an FTP connection to
a mainframe and browse the datasets and members via the FTP connection.
I started using the org.eclipse.team.internal.ftp set of classes, but
found that it didn't handle the mainframe FTP listings.  This didn't
really surprize me as the listings are _very_ different from any 
DOS or UNIX listing.

Anyway, long story short, I've added FTPClient.listFilesMVS(...) and
Util.parseMVSLine(...) functions to the code set.  I'd like to submit
these back to the group for review and possible inclusion in the
base codeset.

What is the preferred form of contribution?  I've got a diff file
that I can post here, or I can send the code, diffs, etc. to a 
specific individual if that is better.  Just let me know.

Thanks,

Steven

-- 
==================================================================
== Steven M. Cherry                            smc@xxxxxxxxxxx  ==
==                                http://www.cherrys.org/~smc/  ==
==================================================================


Back to the top