DEBUG xxx where xxx is documented in the Comm Server IP U/G & Commands manual. DEBUG BAS is a good first shot.
The only problem is that is many cases FTP does not process the DEBUG command until after it has attempted session setup, which is often where a problem occurs. To overcome that: 1. Determine where FTP is finding the so-called "FTP.DATA" file. The name will be in one of the first few messages from the FTP program. Let's say that name is SYS1.FTP.CONFIG(FTPC). 2. Add the following to your FTP job: //SYSFTPD DD DISP=SHR,DSN=SYS1.FTP.CONFIG(FTPC) // DD * DEBUG xxx [where xxx is as above] /* You can also use the -d switch on the FTP command (UNIX) or in PARM= (JCL). Why FWFRIENDLY? A short answer is that it makes the protocol more firewall friendly -- less likely to encounter firewall issues. Hence the name. FWFRIENDLY is more commonly (in the non-Z IT world) called "passive." You may find it described as "passive" in non-Z documentation. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of David Spiegel Sent: Sunday, May 2, 2021 3:02 AM To: [email protected] Subject: Re: Now it's easier to find stuff on the CBT Tape Hi Peter/Brian, Where did you turn on debug? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
