Here is an FTP example in
which the
z/OS target computer
gets the transport file from the source computer:
> ftp
> open source-host
> binary
> locsite recfm=fb blksize=8000 lrecl=80
> get xportout target
> close
> quit
Here is an FTP example
in which the source computer puts the transport file on the
z/OS target computer:
> ftp
> open target-host
> binary 80
> quote site recfm=fb blksize=8000 lrecl=80
> put xportout target
> close
> quit
Note: In order to transfer a transport
file to any directory-based operating environment such as Windows
or UNIX, do not use the FTP
QUOTE SITE or the FTP LOCSITE command to declare file attributes.