Ok thanks 

Basically

3 commands or calls 

1) 'Open ipaddress port'
 2) 'userid password'
 3) 'put filename'

Thanks 



> On Sep 9, 2016, at 9:58 AM, Farley, Peter x23353 
> <peter.far...@broadridge.com> wrote:
> 
> Joseph,
> 
> I think you are looking for how to actually send commands to the FTP server.  
> Try this chapter, " Sending requests to the FTP client API ":
> 
> https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.halx001/calls.htm
> 
> The SCMD request (subcommand) is where you actually pass FTP command lines 
> like "OPEN hostaddr" or "USERID name" or "PASS password".  So the answer to 
> your question is that you don't pass that information in the control block 
> but in the parameters you pass to the SCMD request.
> 
> HTH
> 
> Peter
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
> Behalf Of Joseph Reichman
> Sent: Friday, September 09, 2016 9:03 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: EZAFTPKS
> 
> Looking at the FCAI control block
> 
> I don't see anywhere to input the following fields
> 
> Dataset name cl44 to transfer 
> 
> Userid cl8 
> 
> Password cl8
> 
> IP address and port 
> 
> The EZAFTPKS just had a description 
> FCAI control block request ( I guess in my case that would be put ). Parm, 
> parm 
> 
> Very vague 
> 
> The example just had a init command 
> 
> Joe Reichman
> 8045 Newell St Apt 403
> Silver Spring MD 20910
> Home (240) 863-3965
> Cell (917) 748 -9693
> 
>>> On Sep 9, 2016, at 8:30 AM, Kurt Quackenbush <ku...@us.ibm.com> wrote:
>>> 
>>> On 9/8/2016 10:38 PM, Joseph Reichman wrote:
>>> <snip>
>>> I would like to use the EZAFTPKS program interface to do this
>>> 
>>> I looked the communication server ip programmers guide and reference and 
>>> cannot
>>> See the parameter layout to do this
>> 
>> Is this what you're looking for?
>> https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.halx001/fcaicb.htm#fcaicb
>> 
>> Kurt Quackenbush -- IBM, SMP/E Development
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> This message and any attachments are intended only for the use of the 
> addressee and may contain information that is privileged and confidential. If 
> the reader of the message is not the intended recipient or an authorized 
> representative of the intended recipient, you are hereby notified that any 
> dissemination of this communication is strictly prohibited. If you have 
> received this communication in error, please notify us immediately by e-mail 
> and delete the message and any attachments from your system.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to