Date: Mon, 4 Nov 2002 16:01:08 -0500
Reply-To: CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender: CICS List <CICS-L@LISTSERV.UGA.EDU>
From: "Park, Sam" <SPark@GEICO.COM>
Subject: Re: FTP Client Sample Program in CICS
Content-Type: text/plain; charset="iso-8859-1"
I know there are people who wrote the ftp programs using CICS socket
programs. I also heard that the ftp protocol is a little more difficult
than smtp interface. There is also some benefit of writing this program
versus MQ Series. There is no need to write any programs on the other side
since it talks to the ftp server. I wish IBM provides some sample ftp
codes.
-----Original Message-----
From: Roland Schiradin [mailto:SchiradinR@ALTE-LEIPZIGER.DE]
Sent: Thursday, October 31, 2002 6:15 PM
To: CICS-L@LISTSERV.UGA.EDU
Subject: Re: FTP Client Sample Program in CICS
Sam,
FTP is not a part of CICS socket stuff. You can use EXCI to retrieve
the data in your batch-applicaton and move this data to a sequential
file. As a second step you can easily invoke FTP to move the sequential
to any system.
I think this is good application for MqSeries
Roland
> -----Original Message-----
> From: Park, Sam [SMTP:SPark@GEICO.COM]
> Sent: Thursday, October 31, 2002 11:14 PM
> To: CICS-L@LISTSERV.UGA.EDU
> Subject: Re: FTP Client Sample Program in CICS
>
> I'm looking for CICS socket sample program for FTP client.
>
> -----Original Message-----
> From: Steve Bireley [mailto:sbireley@SEAGULLSW.COM]
> Sent: Thursday, October 31, 2002 4:18 PM
> To: CICS-L@LISTSERV.UGA.EDU
> Subject: Re: FTP Client Sample Program in CICS
>
>
> Sam,
>
> BlueZone FTP is free and can be called from a script to run, download a
> file, and close. It only runs on Windows but may work for you. It was
> designed for FTPing from IBM systems and handles the various mainframe and
> AS/400 list formats properly.
>
> BlueZone is free for commercial use. You can download a copy at
> www.seagullsw.com. Look for Free FTP.
>
> Steve Bireley
> Vice President
> BlueZone Development
> SEAGULL
>
> ----- Original Message -----
> From: "Park, Sam" <SPark@GEICO.COM>
> To: <CICS-L@LISTSERV.UGA.EDU>
> Sent: Thursday, October 31, 2002 3:52 PM
> Subject: FTP Client Sample Program in CICS
>
>
> > Hello,
> > I recently downloaded the SupportPac CA1H - CICS to SMTP samples from
> IBM.
> > It worked like a champ with some minor changes.
> >
> > I'm looking for a similar solution for ftp. Does anybody know the
> > Supportpac or willing to share some sample FTP client code which
> downloads
> a
> > TSQ or file from CICS to the FTP server in Window or UNIX environment?
> I
> > have a limited time to find if the ftp is the right solution for the
> project
> > I'm working on.
> >
> > Thanks for your help in advance,
> > Sam Park
> > GEICO Direct
> > 1-301-986-3466
> >
> >
> >
> > ====================
> > This email/fax and any attachments are confidential and may not be used
> by
> > or sent to anyone who is not the original intended recipient. If you
> have
> > received this transmission in error, please inform the sender and
> > destroy/delete all paper and electronic copies.
>
> ====================
> This email/fax and any attachments are confidential and may not be used by
> or sent to anyone who is not the original intended recipient. If you have
> received this transmission in error, please inform the sender and
> destroy/delete all paper and electronic copies.
====================
This email/fax and any attachments are confidential and may not be used by
or sent to anyone who is not the original intended recipient. If you have
received this transmission in error, please inform the sender and
destroy/delete all paper and electronic copies.
|