That's what I do all the time, too ... a little more info:
ftp <ip-name of mvs lpar>
/* mvs asks for user and password */
/* I am now at "USER01." ... if my TSO-ID is USER01 */
cd ..
/* I am now at "" ... top level */
cd pds.library
/* I get an answer like "pds.library is a partitioned data set" */
prompt
ascii
mget *
/* now all the members of 'pds.library' are transferred to the local
directory */
bye
To do that more easily, I issue all those commands from REXX procedures
using the
console stack; some FTP clients allow the user and password issued from
the cmd line
(you can use free REXX interpreters like Regina REXX or Object REXX for
Windows to do that).
The REXX procedures are called by small CMD files (so that they can be
called easily from the cmd line).
Examples:
rmemb testpgm.pas pascaln.testpgm.src
smemb testpgm.pas pascaln.testpgm.src
rlib pascaln.testpgm.src
/* rmemb = receive member, smemb = send member, rlib = receive library */
Kind regards
Bernd
Am 20.05.2024 um 16:54 schrieb Schmitt, Michael:
And ordinary command line FTP. For example, Windows:
prompt
ascii
quote site notrail
mget *
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN