On Wed, 2010-11-10 at 15:44 -0800, John Norgauer wrote: > I need to copy some files from my 1.9 z/os etc/ssh to another etc/ssh in > my 1.11 z/os. > > Does anyone have a sample for doing this? > > Thanks. > > > John Norgauer
I cheat. telnet zos19 cd /etc pax -rvw ~/ssh19.pax ssh exit telnet zos111 ftp zos19 bin get ssh19.pax quit pax rw ssh19.pax cd ssh #use cp to copy the files I need cd /etc/ssh #use chmod and chow to change the mode and owner of the files I copied. cd ~/ssh rm -rf * -- John McKown Maranatha! <>< ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

