|
In that case, I thought maybe you'd want to short circuit some experimentation by buying the source to one of these utility type products and then learning from how they did it. As you probably know, secure FTP can operate in two modes. In secure mode (listened to on the port specified in the service table by service name ftps-control), your client operates just like it does in non-secure mode except that it communicates via SSL. Optionally, the FTP server can require client authentication via a client-side certificate. But, if there is no client authentication, it operates just like regular FTP except it uses an SSLSocket instead of a regular Socket. In non-secure mode (listened to on the port specified in the service table by service name ftp-control), you start out with a regular connection and then negotiate a secure connection according to RFC 2228. If you want your product to use a secure FTP connection in secure mode without client authentication, you'll require minimal changes. Does your product run on the 400 or on other platforms as well? What exactly are you having problems with? I think I can help. Gary > -----Original Message----- > From: java400-l-bounces@xxxxxxxxxxxx > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of James H H Lampert > Sent: Wednesday, December 29, 2004 3:33 PM > To: java400-l@xxxxxxxxxxxx > Subject: RE: secure ftp client (was Forum Rules) > > > There is a product that I think will meet your needs > > Thanks, Mr. Peskin, but BY DEFINITION, "a product" would not > meet our needs. We're trying to add this capability to "a > product" of our own, one that already has non-secured FTP, > with QSYS-specific and OS/400-specific features (such as > automatic *SAVF generation and client-side *SAVF analysis). > > What I need is to learn how to establish the secured FTP connection. > Preferably without having to sacrifice what little sanity I > possess in order to do so.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.