EZA1736I FTP (EXIT                                                              
         
EZY2640I Using 'SYS1.TCPPARMS(FTPDATA)' for local site configuration 
parameters.         
EZA1450I IBM FTP CS V2R3                                                        
         
EZA1772I FTP: EXIT has been set.                                                
         
EZA1456I Connect to ?                                                           
         
EZA1736I  dispby-112.boulder.ibm.com                                            
         
EZA1554I Connecting to: dispby-112.boulder.ibm.com 170.225.15.112 port: 21.     
         
220-**********************************************************************      
         
 *                                                                    *         
         
 *  IBM's internal systems must only be used for conducting IBM's     *         
         
 *  business or for purposes authorized by IBM management.            *         
         
 *                                                                    *         
         
 *  Use is subject to audit at any time by IBM management.            *         
         
 *                                                                    *         
         
 *  Important  Please read                                            *         
         
 *                                                                    *         
         
 *  Machine Code updates provided through this site are available     *         
         
 *  only for IBM machines that are under warranty or an IBM hardware  *         
         
 *  maintenance service agreement Code for operating systems or other *         
         
 *  software products is available only where entitled under the      *         
         
 *  applicable software warranty or IBM software maintenance          *         
         
 *  agreement. All code (including Machine Code updates, samples,     *         
         
 *  fixes or other software downloads)provided through this site      *         
         
 *  is subject to the terms of the license agreements which           *         
         
 *  govern the use of the associated code. Some exceptions may        *         
         
 *  apply.IBM reserves the right to change, modify or withdraw its    *         
         
 *  offerings,policies and practices at any time.                     *         
         
 **********************************************************************         
         
220 ProFTPD Server (proftpd) [170.225.15.112]                                   
         
EZA1459I NAME (dispby-112.boulder.ibm.com:xxxxxxx):                             
         
EZA1701I >>> USER anonymous                                                     
         
331 Anonymous login ok, send your complete email address as your password       
         
EZA1789I PASSWORD:                                                              
         
EZA1701I >>> PASS                                                               
         
230 Anonymous access granted, restrictions apply                                
         
EZA1460I Command:                                                               
         
EZA1736I  cd /s390/holddata                                                     
         
EZA1701I >>> CWD /s390/holddata                                                 
         
250 CWD command successful                                                      
         
EZA1460I Command:                                                               
         
EZA1736I  locsite lrecl=80 blksize=0 recfm=fb cyl primary=15                    
         
EZA1460I Command:                                                               
         
EZA1736I  get full.txt 'xxxdsnxxx' (repl                             
EZA1701I >>> PORT 10,1,21,1,112,164                                             
         
200 PORT command successful                                                     
         
EZA1701I >>> RETR full.txt                                                      
         
150 Opening ASCII mode data connection for full.txt (16877484 bytes)            
         
EZA2590E recv error from receive_data - EDC8121I CONNECTION RESET. 
(errno2=0x74520442)   
EZA2607W Transfer aborted due to receive error (-1)                             
         
EZA2589E Connection to server interrupted or timed out. Initial IPv6 connection 
         
EZA1721W Server not responding, closing connection.                             
         
EZA1735I Std Return Code = 16150, Error Code = 00010                            
         

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Paul Gilmartin
Sent: Friday, December 4, 2020 12:12 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Getting Enhanced HOLDDATA from IBM

On Fri, 4 Dec 2020 17:03:37 +0000, Richards, Robert B. (CTR) wrote:

>Is anyone else getting connection resets when they attempt to do a FTP "get" 
>of the full.txt file?
>
>cd /s390/holddata
>locsite lrecl=80 blksize=0 recfm=fb cyl primary=15 get full.txt 'your 
>dataset name here' (repl
> 
Could you provide a full transcript:?

>results in:
>
>150 Opening ASCII mode data connection for full.txt (16877484 bytes) 
>EZA2590E recv error from receive_data - EDC8121I CONNECTION RESET. 
>(errno2=0x74520442) EZA2607W Transfer aborted due to receive error (-1) 
>EZA2589E Connection to server interrupted or timed out. Initial IPv6 
>connection EZA1721W Server not responding, closing connection.
>EZA1735I Std Return Code = 16150, Error Code = 00010
>

Not I:
647 $ curl -fOD - ftp://service.boulder.ibm.com/s390/holddata/full.txt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     
0220-***************************   * 
220-**********************************************************************
220-    ...
220 service.boulder.ibm.com FTP server (WU Version 2.6.3(5) Custom Fri Jun 2 
11:15:33 MDT 2017) ready.
331 Guest login ok, send any password.
230 Guest login ok, access restrictions apply.
257 "/" is current directory.
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     
0250 CWD command successful.
250 CWD command successful.
500 'EPSV': command not understood.
227 Entering Passive Mode (170,225,15,26,242,29)
200 Type set to I.
213 16877484
150 Opening BINARY mode data connection for full.txt (16877484 bytes).
 97 16.0M   97 15.6M    0     0   817k      0  0:00:20  0:00:19  0:00:01  
982k226 Transfer complete.
100 16.0M  100 16.0M    0     0   839k      0  0:00:19  0:00:19 --:--:-- 1056k

648 $ ls -l full.txt
-rw-r--r-- 1 paulgilm paulgilm 16877484 Dec  4 10:06 full.txt

-- gil

----------------------------------------------------------------------
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