On Thu, 29 Oct 2020 11:52:35 -0400, Ken Smith wrote:
>
>But - are there FTP command parms that would copy the Unix files directly
>and retain all attributes?  (no intermediate pax/dss file).
> 
Not FTP, but ssh:
  ( cd $HOME && pax -w . ) | ssh user@other-lpar 'cd && pax -vr'

I do it routinely.

-- gil

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