Passive does make a difference. Once I use passive to force the server to initiate the connections, I am getting different errors.

Command:
passive
Data connections will be initiated by the server
Command:
get JOB01106.2
>>>EPRT |1|10.10.50.141|1176|
500 unknown command EPRT
>>>PORT 10,10,50,141,4,152
200 Port request OK.
>>>RETR JOB01106.2
501 Invalid data set name "JOB01106.2".  Use MVS Dsname conventions.
Command:
get JOB01106.x
>>>PORT 10,10,50,141,4,153
200 Port request OK.
>>>RETR JOB01106.x
550 Data set PRODAT2.JOB01106.X not found
Command:
get 'JOB01106.1'
DMSSTT062E Invalid character ' in fileid 'JOB0110 1'
DTCFTC0031E Invalid argument string
Invalid local filename; use 'name.type.mode' or 'name.type'
Command:
get 'JOB01106.x'
DMSSTT062E Invalid character ' in fileid 'JOB0110 X'
DTCFTC0031E Invalid argument string
Invalid local filename; use 'name.type.mode' or 'name.type'
Command:
get 'JOB01106.x' job01106.xxxx.a
>>>PORT 10,10,50,141,4,154
200 Port request OK.
>>>RETR 'JOB01106.x'
550 Data set JOB01106.X not found
Command:



Tony Thigpen

Paul Gilmartin wrote on 08/19/2017 10:33 PM:
On Sat, 19 Aug 2017 21:34:57 -0400, Tony Thigpen <t...@vse2pdf.com> wrote:

I am attempting to use FTP under VM to grab some job output from JES2. I
am getting a strange error that I don't know where to start trying to
resolve it. I also get the same messages when I try to ftp from a local pc.

Command:
site filetype=jes
SITE filetype=jes
200 SITE command was accepted
Command:
get JOB01106.2
EPRT |1|10.10.50.141|1170|
500 unknown command EPRT

Is this an IP address and port number for setting up the separate data port?
Does PASSIVE mode affect this?

PORT 10,10,50,141,4,146
200 Port request OK.
RETR JOB01106.2
451 Nlst failed due to internal error

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