I am running the program under test so ........
Using the programming interface EZAFTPKS I have this issue, using the batch job PGM=FTP It always works Would know what the ftp configuration data set would be ? -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Bill Godfrey Sent: Sunday, October 16, 2016 5:47 PM To: [email protected] Subject: Re: ftp connection dies ? How much time passes between your OPEN and your USER commands? If you are running your code under TEST with a breakpoint between OPEN and USER, and you let 30 seconds pass before resuming, the IIS FTP server will drop the connection. Or your IIS "unauthenticatedTimeout" might be set to something less than 30 seconds. Bill On Sun, 16 Oct 2016 15:13:29 -0400, Joe Reichman wrote: > > >Hi > > > >I am hoping someone can help me > > > >This my trace output my traceid is JOE the trace is saying I must first >issue OPEN seems like I have done this I don't understand > > > > > > Date - 10/16/2016 Time - 18:52:31 Process ID - 0000000033619975 > TC > >JOE SCMD >OPEN 10.0.0.205 21 > > >JOE Connecting to: 10.0.0.205 port: 21. > > >JOE 220 Microsoft FTP Service > > >JOE Command(00-10- -220): > > >JOE SCMD < > > >JOE SCMD >User Reichman > > >JOE *** Control connection with 10.0.0.205 dies. > > >JOE You must first issue the 'OPEN' command > > >JOE Command(26-19- - ): > > >JOE SCMD < > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
